示例#1
0
 public virtual object GetDebugCookie(LightCompiler compiler) => null;
示例#2
0
 internal BranchLabel GetLabel(LightCompiler compiler)
 {
     EnsureLabel(compiler);
     return(_label);
 }
示例#3
0
 public virtual object GetDebugCookie(LightCompiler compiler)
 {
     return(null);
 }