FunctionSetupLayer

class FunctionSetupLayer(events: VMEvents, function: LFunction.Compiled, thisValue: LAny?, arguments: List<LAny>) : ExecutionLayer

Functions

onReturn
Link copied to clipboard
open override fun onReturn(value: LAny)
onThrow
Link copied to clipboard
open override fun onThrow(value: LAny)
step
Link copied to clipboard
open override fun step()