MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / isExceptionCatch

Method isExceptionCatch

src/hx/cppia/Cppia.cpp:6421–6425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

isClassOfMethod · 0.80

Tested by

no test coverage detected