Home | History | Annotate | Download | only in src

Lines Matching refs:Declaration

40 // A hash map to support fast variable declaration and lookup.
188 // Adds the specific declaration node to the list of declarations in
191 void AddDeclaration(Declaration* declaration);
210 // declarations, i.e. a var declaration that has been hoisted from a nested
212 Declaration* CheckConflictingVarDeclarations();
335 ZoneList<Declaration*>* declarations() { return &decls_; }
377 // True if this scope is inside a with scope and all declaration scopes
378 // between them have empty contexts. Such declaration scopes become
448 ZoneList<Declaration*> decls_;
468 // the 'eval' call site this scope is the declaration scope.