A Lua VM engine
Create a new VM engine
Get the FunctionValue for the toplevel function
The bytecode buffer for this engine
The current instruction pointer of this engine
Get the current IP
Set the current IP
A unique identifier for this engine
Call a function value within this virtualization engine
See Implementation
A Lua VM engine