Home
last modified time | relevance | path

Searched refs:isInterrupt (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp650 bool isInterrupt = false; in throwException() local
669 isInterrupt = exceptionType == Interrupted || exceptionType == Terminated; in throwException()
680 while (isInterrupt || !(handler = codeBlock->handlerForBytecodeOffset(bytecodeOffset))) { in throwException()