| 577 | |
| 578 | #ifdef CPPIA_JIT |
| 579 | void ScriptCallable::genCode(CppiaCompiler *compiler,const JitVal &inDest,ExprType destType) |
| 580 | { |
| 581 | compiler->move(sJitCtxFrame, sJitFrame); |
| 582 | compiler->callNative( (void *)createClosure, sJitCtx, (void *)this ); |
| 583 | compiler->convertReturnReg(etObject, inDest, destType); |
| 584 | } |
| 585 | #endif |
| 586 | |
| 587 |
no test coverage detected