Package com.github.adriantodt.lin.vm.impl

Types

DefaultExecutionLayer
Link copied to clipboard
class DefaultExecutionLayer(events: VMEvents, scope: Scope, source: CompiledSource, functionName: String, node: CompiledNode, thisValue: LAny?) : ExecutionLayer
Exceptions
Link copied to clipboard
object Exceptions
ExecutionLayer
Link copied to clipboard
interface ExecutionLayer
FunctionSetupLayer
Link copied to clipboard
class FunctionSetupLayer(events: VMEvents, function: LCompiledFunction, thisValue: LAny?, arguments: List<LAny>) : ExecutionLayer
VMEvents
Link copied to clipboard
interface VMEvents