Home
last modified time | relevance | path

Searched refs:pushScope (Results 1 – 7 of 7) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.h368 void pushScope ();
Dsub_grph.cpp52 void SubGraph::pushScope () in pushScope() function in SubGraph
82 pushScope(); in BeginScope()
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp554 ScopeRef pushScope() in pushScope() function in JSC::JSParser
636 ScopeRef scope = pushScope(); in JSParser()
1149 AutoPopScopeRef catchScope(this, pushScope()); in parseTryStatement()
1293 AutoPopScopeRef functionScope(this, pushScope()); in parseFunctionInfo()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-03263 (ContextImp::pushScope): Make inline, use push instead of prepend, and pass imp pointer.
DChangeLog-2011-02-1612684 (JSC::JSParser::pushScope):
14366 (JSC::JSParser::pushScope):
DChangeLog-2007-10-1410718 (KJS::Context::pushScope):
18866 (KJS::ContextImp::pushScope):
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0315951 (ContextImp::pushScope), (ContextImp::popScope), (Parser::parse),