Home | History | Annotate | Download | only in src

Lines Matching refs:Declaration

17 // A hash map to support fast variable declaration and lookup.
120 void DeclareFunctionVar(VariableDeclaration* declaration) {
122 function_ = declaration;
179 // Adds the specific declaration node to the list of declarations in
182 void AddDeclaration(Declaration* declaration);
201 // declarations, i.e. a var declaration that has been hoisted from a nested
203 Declaration* CheckConflictingVarDeclarations();
327 ZoneList<Declaration*>* declarations() { return &decls_; }
449 ZoneList<Declaration*> decls_;
469 // the 'eval' call site this scope is the declaration scope.