Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DTimeoutChecker.cpp149 if (exec->dynamicGlobalObject()->shouldInterruptScript()) in didTimeOut()
DJSGlobalObject.h228 virtual bool shouldInterruptScript() const { return true; } in shouldInterruptScript() function
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.h68 virtual bool shouldInterruptScript() const;
DJSDOMWindowBase.cpp133 bool JSDOMWindowBase::shouldInterruptScript() const in shouldInterruptScript() function in WebCore::JSDOMWindowBase
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1410436 shouldInterruptScript().
10512 Called on timeout. Resets the m_timedOut flag and calls shouldInterruptScript.
10518 (KJS::Interpreter::shouldInterruptScript):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-146642 If page is NULL, shouldInterruptScript now returns true, so you can't
6647 (KJS::ScriptInterpreter::shouldInterruptScript):
54860 (KJS::ScriptInterpreter::shouldInterruptScript):
57679 (KJS::ScriptInterpreter::shouldInterruptScript):
DChangeLog-2008-08-1044850 (WebCore::JSDOMWindowBase::shouldInterruptScript):
66823 (KJS::Window::shouldInterruptScript):
DChangeLog-2006-12-3148282 (KJS::ScriptInterpreter::shouldInterruptScript):