Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp133 bool JSDOMWindowBase::shouldInterruptScript() const in shouldInterruptScript() function in WebCore::JSDOMWindowBase
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h228 virtual bool shouldInterruptScript() const { return true; } in shouldInterruptScript() function