FunctionSetupLayer

class FunctionSetupLayer(events: VMEvents, function: LCompiledFunction, 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()
trace
Link copied to clipboard
open override fun trace(): StackTrace?