Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h339 bool checkTimeout(JSGlobalObject*);
DInterpreter.cpp1119 ALWAYS_INLINE bool Interpreter::checkTimeout(JSGlobalObject* globalObject) in checkTimeout() function in JSC::Interpreter
1436 if (checkTimeout(callFrame->dynamicGlobalObject())) { \ in privateExecute()
4342 if (interpreter->checkTimeout(ARG_callFrame->dynamicGlobalObject())) { in cti_timeout_check()
/external/webkit/JavaScriptCore/
DChangeLog2664 (JSC::Interpreter::checkTimeout):
9824 (JSC::Interpreter::checkTimeout):
10060 (JSC::Interpreter::checkTimeout):
11566 (JSC::BytecodeInterpreter::checkTimeout):
16256 (JSC::Machine::checkTimeout): Use noValue.
27182 (KJS::Machine::checkTimeout):
DChangeLog-2007-10-144723 (KJS::Interpreter::checkTimeout):
10522 (KJS::Interpreter::checkTimeout):
10529 Call Interpreter::checkTimeout after each iteration of the loop.
DChangeLog-2008-08-103667 (KJS::Machine::checkTimeout):