D | scopes.cc | 30 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() function in v8::internal::VariableMap 80 void SloppyBlockFunctionMap::Declare(Zone* zone, const AstRawString* name, in Declare() function in v8::internal::SloppyBlockFunctionMap 246 Variable* variable = Declare(zone, this, catch_variable_name, VAR, in Scope() 581 Variable* var = Declare( in DeclareThis() 597 arguments_ = Declare(zone(), this, ast_value_factory->arguments_string(), in DeclareArguments() 612 new_target_ = Declare(zone(), this, ast_value_factory->new_target_string(), in DeclareDefaultFunctionVariables() 618 Declare(zone(), this, ast_value_factory->this_function_string(), CONST, in DeclareDefaultFunctionVariables() 718 Variable* Scope::Declare(Zone* zone, Scope* scope, const AstRawString* name, in Declare() function in v8::internal::Scope 724 variables_.Declare(zone, scope, name, mode, kind, initialization_flag, in Declare() 849 Variable* var = variables_.Declare(zone(), this, name, mode, kind, init_flag, in LookupInScopeInfo() [all …]
|