Skip to main content

Module vm

Module vm 

Source
Expand description

Stack-based bytecode virtual machine.

Executes Chunk bytecode produced by Compiler::compile_script.

Structs§

Closure
NativeFunc
ScriptError
Table
UpvalueCell
Vm

Enums§

Value
A runtime scripting value.