ExecutionLayer

interface ExecutionLayer

Functions

onReturn
Link copied to clipboard
abstract fun onReturn(value: LAny)
onThrow
Link copied to clipboard
abstract fun onThrow(value: LAny)
step
Link copied to clipboard
abstract fun step()
trace
Link copied to clipboard
abstract fun trace(): StackTrace?

Inheritors

DefaultExecutionLayer
Link copied to clipboard
FunctionSetupLayer
Link copied to clipboard