Default Execution Layer
class DefaultExecutionLayer(events: VMEvents, scope: Scope, source: CompiledSource, functionName: String, node: CompiledNode, thisValue: LAny?) : ExecutionLayer
Content copied to clipboard
Types
Comparison
Link copied to clipboard
Exception Handler
Link copied to clipboard
data class ExceptionHandler(keepOnStack: Int, jumpOnException: Int, jumpOnEnd: Int)
Content copied to clipboard
Loop Handler
Link copied to clipboard
data class LoopHandler(keepOnStack: Int, jumpOnBreak: Int, jumpOnContinue: Int)
Content copied to clipboard