Searched refs:vPCIndex (Results 1 – 2 of 2) sorted by relevance
220 unsigned vPCIndex = exec->codeBlock()->bytecodeOffset(faultLocation); in lookupExceptionHandler() local221 …dlerInfo* handler = exec->globalData().interpreter->throwException(exec, exceptionValue, vPCIndex); in lookupExceptionHandler()
1042 unsigned vPCIndex = callFrame->codeBlock()->bytecodeOffset(faultLocation); in jitThrow() local1044 …er = globalData->interpreter->throwException(callFrame, exceptionValue, vPCIndex); // This may upd… in jitThrow()