Esempio n. 1
0
 public override int Run(InterpretedFrame frame)
 {
     frame.Push(ScriptingRuntimeHelpers.BooleanToObject(LightExceptions.IsLightException(frame.Pop())));
     return(+1);
 }
Esempio n. 2
0
 public override int Run(InterpretedFrame frame)
 {
     frame.Push(LightExceptions.IsLightException(frame.Pop()));
     return(+1);
 }