Home
last modified time | relevance | path

Searched defs:catchRoutine (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp223 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : (void*)ctiOpThrowNotCaugh… in lookupExceptionHandler() local
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1035 void* catchRoutine; member
1047 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : FunctionPtr(ctiOpThrowNot… in jitThrow() local