Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp502 struct ScopeRef { struct in JSC::JSParser
503 ScopeRef(ScopeStack* scopeStack, unsigned index) in ScopeRef() function
508 Scope* operator->() { return &m_scopeStack->at(m_index); } in operator ->()
509 unsigned index() const { return m_index; } in index()
511 bool hasContainingScope() in hasContainingScope()
516 ScopeRef containingScope() in containingScope()
523 ScopeStack* m_scopeStack;
524 unsigned m_index;