Home
last modified time | relevance | path

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

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