Пример #1
0
 public void AddInstructions(LightCompiler compiler)
 {
     compiler.Compile(_test);
     compiler.Instructions.EmitLoad(_bindingInfo);
     compiler.EmitCall(InterpretedCallSiteTest);
 }