Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp94 bool JSDOMWindowBase::supportsProfiling() const in supportsProfiling() function in WebCore::JSDOMWindowBase
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h219 virtual bool supportsProfiling() const { return false; } in supportsProfiling() function