Package com. github. adriantodt. lin. vm. impl
Types
Default Execution Layer
Link copied to clipboard
class DefaultExecutionLayer(events: VMEvents, scope: Scope, source: CompiledSource, functionName: String, node: CompiledNode, thisValue: LAny?) : ExecutionLayer
Content copied to clipboard
Exceptions
Link copied to clipboard
object Exceptions
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: LCompiledFunction, thisValue: LAny?, arguments: List<LAny>) : ExecutionLayer
Content copied to clipboard