![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
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::NativeRuntime | static |
| m_argc | Phasor::NativeRuntime | private |
| m_argv | Phasor::NativeRuntime | private |
| m_bytecode | Phasor::NativeRuntime | private |
| m_bytecodeData | Phasor::NativeRuntime | private |
| m_script | Phasor::NativeRuntime | private |
| m_vm | Phasor::NativeRuntime | private |
| 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 |