Public Member Functions | |
virtual int | CompileFunction (asIScriptFunction *function, asJITFunction *output)=0 |
Called by AngelScript to begin the compilation. | |
virtual void | ReleaseJITFunction (asJITFunction func)=0 |
Called by AngelScript when the JIT function is released. |
virtual int asIJITCompiler::CompileFunction | ( | asIScriptFunction * | function, | |
asJITFunction * | output | |||
) | [pure virtual] |
[in] | function | A pointer to the script function |
[out] | output | The JIT compiled function |
virtual void asIJITCompiler::ReleaseJITFunction | ( | asJITFunction | func | ) | [pure virtual] |
[in] | func | Pointer to the JIT function |