zua.vm.engine

Undocumented in source.

Members

Classes

Engine
class Engine

Denotes a virtualization engine

FunctionValue
class FunctionValue

Function contents of a Value

LuaError
class LuaError

A Lua exception

TableValue
class TableValue

Table contents of a Value

ThreadValue
class ThreadValue

Thread contents of a Value

UserdataValue
class UserdataValue

Represents a userdata value

Enums

CoroutineStatus
enum CoroutineStatus

An enum representing the status of a given coroutine

Opcode
enum Opcode

Represents a VM opcode

ValueType
enum ValueType

A enum containing the various types of Lua values

Functions

popCallstack
void popCallstack()
Undocumented in source. Be warned that the author may not have intended to support it.
pushCallstack
void pushCallstack()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Stackframe
struct Stackframe

Represents a single stack frame

Traceframe
struct Traceframe

Represents a single frame in a stack trace

Value
struct Value

Represents a Lua value

Variables

callstack
Stackframe[] callstack;
Undocumented in source.
running
FunctionValue running;
Undocumented in source.

Meta