engine
Interact with our engine class
Compile Script
engine.compileScript(string: path = "none", string: code);Evaluate
engine.evaluateScript(string: script);Collect Garbage
engine.collectGarbage(bool: exhaustive);Interrupt
engine.interruptScript();Cancel Interrupt
engine.cancelInterrupt();Start Profile Sample
engine.startProfile(string: name, int: ms, int: flags = 0);End Profile
Collect Profile
Last updated