Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::NativeRuntime Member List

This is the complete list of members for Phasor::NativeRuntime, including all inherited members.

addNativeFunction(const std::string &name, void *function)Phasor::NativeRuntime
eval(VM *vm, const std::string &script)Phasor::NativeRuntimestatic
m_argcPhasor::NativeRuntimeprivate
m_argvPhasor::NativeRuntimeprivate
m_bytecodePhasor::NativeRuntimeprivate
m_bytecodeDataPhasor::NativeRuntimeprivate
m_scriptPhasor::NativeRuntimeprivate
m_vmPhasor::NativeRuntimeprivate
NativeRuntime(const std::vector< uint8_t > &bytecodeData, const int argc, const char **argv)Phasor::NativeRuntime
NativeRuntime(const std::string &script, int argc, char **argv)Phasor::NativeRuntime
run()Phasor::NativeRuntime
~NativeRuntime()Phasor::NativeRuntime