| 6419 | |
| 6420 | #ifdef CPPIA_JIT |
| 6421 | static int SLJIT_CALL isExceptionCatch(hx::Object *exception, TypeData *inType) |
| 6422 | { |
| 6423 | // TODO - HX_STACK_BEGIN_CATCH |
| 6424 | return inType->isClassOf(exception); |
| 6425 | } |
| 6426 | |
| 6427 | void genCode(CppiaCompiler *compiler, const JitVal &inDest, ExprType destType) HXCPP_OVERRIDE |
| 6428 | { |