Package com. github. adriantodt. lin. vm. impl
Types
Default Execution Layer
Link copied to clipboard
class DefaultExecutionLayer(events: VMEvents, scope: Scope, source: CompiledSource, node: CompiledNode, thisValue: LAny?) : ExecutionLayer
Content copied to clipboard
Execution Layer
Link copied to clipboard
interface ExecutionLayer
Content copied to clipboard
Function Setup Layer
Link copied to clipboard
class FunctionSetupLayer(events: VMEvents, function: LFunction.Compiled, thisValue: LAny?, arguments: List<LAny>) : ExecutionLayer
Content copied to clipboard