Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp527 struct AutoPopScopeRef : public ScopeRef { struct in JSC::JSParser
528 AutoPopScopeRef(JSParser* parser, ScopeRef scope) in AutoPopScopeRef() argument
534 ~AutoPopScopeRef() in ~AutoPopScopeRef()
540 void setPopped() in setPopped()
546 JSParser* m_parser;