Lines Matching refs:Zone
33 explicit VariableMap(Zone* zone);
36 Zone* zone, Scope* scope, const AstRawString* name, VariableMode mode,
44 Variable* DeclareName(Zone* zone, const AstRawString* name,
49 void Add(Zone* zone, Variable* var);
73 explicit SloppyBlockFunctionMap(Zone* zone);
74 void Declare(Zone* zone, const AstRawString* name, Scope* scope,
99 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type); in NON_EXPORTED_BASE()
135 static Scope* DeserializeScopeChain(Isolate* isolate, Zone* zone, in NON_EXPORTED_BASE()
156 Zone* zone() const { return zone_; } in NON_EXPORTED_BASE()
484 explicit Scope(Zone* zone); in NON_EXPORTED_BASE()
492 Zone* zone, const AstRawString* name, VariableMode mode, in NON_EXPORTED_BASE()
510 Zone* zone_; in NON_EXPORTED_BASE()
622 Scope(Zone* zone, ScopeType type, Handle<ScopeInfo> scope_info); in NON_EXPORTED_BASE()
625 Scope(Zone* zone, const AstRawString* catch_variable_name, in NON_EXPORTED_BASE()
642 DeclarationScope(Zone* zone, Scope* outer_scope, ScopeType scope_type,
644 DeclarationScope(Zone* zone, ScopeType scope_type,
647 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory);