HomeSort by relevance Sort by last modified time
    Searched refs:supportsProfiling (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 94 bool JSDOMWindowBase::supportsProfiling() const
128 ASSERT(enabled || !supportsProfiling());
JSDOMWindowBase.h 66 virtual bool supportsProfiling() const;
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 219 virtual bool supportsProfiling() const { return false; }
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 203 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
325 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
489 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
    [all...]

Completed in 244 milliseconds