Lines Matching refs:Declare

34 //       When inserting a new variable via Declare(), we rely on the fact that
49 Variable* VariableMap::Declare(Zone* zone, Scope* scope,
118 Variable* home_object_variable = Declare(
132 Declare(zone(), ast_value_factory->dot_static_home_object_string(),
304 Declare(zone, catch_variable_name, VariableMode::kVar, NORMAL_VARIABLE,
759 // Declare 'arguments' variable which exists in all non arrow functions. Note
765 Declare(zone(), ast_value_factory->arguments_string(), VariableMode::kVar,
785 new_target_ = Declare(zone(), ast_value_factory->new_target_string(),
792 EnsureRareData()->this_function = Declare(
1000 Variable* var = cache->variables_.Declare(
1068 Declare(zone(), name, mode, kind, init_flag, kNotAssigned, was_added);
1110 // Declare the variable in the declaration scope.
1124 // Declare the name.
1135 // compatibility). There is similar code in runtime.cc in the Declare
1188 // Declare the variable in the declaration scope.
1213 Variable* result = Declare(zone(), name, VariableMode::kVar, NORMAL_VARIABLE,
1230 return cache->variables_.Declare(
1264 // captured in Parser::Declare. The only conflicts we still need to check
2053 // Declare a new non-local.
2056 Variable* var = variables_.Declare(zone(), this, name, mode, NORMAL_VARIABLE,
2168 // No binding has been found. Declare a variable on the global object.
2765 home_object = variables_.Declare(zone(), this, name, lookup_result.mode,
2836 Variable* result = EnsureRareData()->private_name_map.Declare(
3056 Variable* brand = Declare(zone(), ast_value_factory->dot_brand_string(),
3075 Declare(zone(), name == nullptr ? ast_value_factory->dot_string() : name,