![]() |
Phasor 3.3.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 Phasor::Bytecode &bytecode, const int argc, const char **argv) | Phasor::NativeRuntime | |
| NativeRuntime(const std::string &script, const int argc, const char **argv) | Phasor::NativeRuntime | |
| NativeRuntime(const Phasor::VM &vm, const std::string &script, const int argc, const char **argv) | Phasor::NativeRuntime | |
| NativeRuntime(Phasor::VM *vm, const std::vector< uint8_t > &bytecodeData, const int argc, const char **argv) | Phasor::NativeRuntime | |
| run() | Phasor::NativeRuntime | |
| runFunctionInt(std::string functionName) | Phasor::NativeRuntime | |
| runFunctionString(std::string functionName) | Phasor::NativeRuntime | |
| ~NativeRuntime() | Phasor::NativeRuntime |