![]() |
Phasor 3.1.1
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, int argc, const char **argv) | Phasor::NativeRuntime | |
| NativeRuntime(const std::string &script, int argc, char **argv) | Phasor::NativeRuntime | |
| run() | Phasor::NativeRuntime | |
| runScript(const std::vector< Value > &args, VM *vm) | Phasor::NativeRuntime | privatestatic |
| ~NativeRuntime() | Phasor::NativeRuntime |