Searched defs:ScopeRef (Results 1 – 1 of 1) sorted by relevance
502 struct ScopeRef { struct in JSC::JSParser503 ScopeRef(ScopeStack* scopeStack, unsigned index) in ScopeRef() function508 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;