Home
last modified time | relevance | path

Searched refs:notifyOfScope (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.h150 void notifyOfScope(ScopeNode* scope);
DSamplingTool.cpp121 void SamplingTool::notifyOfScope(ScopeNode* scope) in notifyOfScope() function in JSC::SamplingTool
/external/webkit/JavaScriptCore/parser/
DNodes.cpp2423 globalData->interpreter->sampler()->notifyOfScope(this); in ScopeNode()
2434 globalData->interpreter->sampler()->notifyOfScope(this); in ScopeNode()
/external/webkit/JavaScriptCore/
DChangeLog14754 (JSC::SamplingTool::notifyOfScope):