Home
last modified time | relevance | path

Searched refs:NORMAL_VARIABLE (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dscopes.cc120 NORMAL_VARIABLE, InitializationFlag::kCreatedInitialized, in DeclareHomeObjectVariable()
133 VariableMode::kConst, NORMAL_VARIABLE, in DeclareStaticHomeObjectVariable()
304 Declare(zone, catch_variable_name, VariableMode::kVar, NORMAL_VARIABLE, in Scope()
656 declaration, name, pos, VariableMode::kVar, NORMAL_VARIABLE, in HoistSloppyBlockFunctions()
766 NORMAL_VARIABLE, kCreatedInitialized, kNotAssigned, &was_added); in DeclareArguments()
786 VariableMode::kConst, NORMAL_VARIABLE, in DeclareDefaultFunctionVariables()
794 NORMAL_VARIABLE, kCreatedInitialized, kNotAssigned, &was_added); in DeclareDefaultFunctionVariables()
807 : NORMAL_VARIABLE; in DeclareFunctionVar()
1001 zone(), this, name, lookup_result.mode, NORMAL_VARIABLE, in LookupInScopeInfo()
1119 DCHECK_EQ(NORMAL_VARIABLE, kin in DeclareVariable()
[all...]
H A Dscopes.h217 VariableKind kind = NORMAL_VARIABLE);
231 VariableKind kind = NORMAL_VARIABLE) { in NewUnresolved()
229 NewUnresolved(AstNodeFactory* factory, const AstRawString* name, int start_pos, VariableKind kind = NORMAL_VARIABLE) NewUnresolved() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1091 VariableKind kind = NORMAL_VARIABLE) { in DeclareVariableName()
1547 NORMAL_VARIABLE); in NewSuperCallReference()
1550 NORMAL_VARIABLE); in NewSuperCallReference()
1572 name.string_, NORMAL_VARIABLE, start_position); in ExpressionFromPrivateName()
1088 DeclareVariableName(const AstRawString* name, VariableMode mode, Scope* scope, bool* was_added, int position = kNoSourcePosition, VariableKind kind = NORMAL_VARIABLE) DeclareVariableName() argument
H A Dparser.cc1776 Variable* var = DeclareVariable(name, NORMAL_VARIABLE, mode, init, scope(), in DeclareUnboundVariable()
1787 factory()->NewVariableProxy(name, NORMAL_VARIABLE, position()); in DeclareBoundVariable()
1789 Variable* var = DeclareVariable(name, NORMAL_VARIABLE, mode, in DeclareBoundVariable()
2017 InitializeVariables(&init_statements, NORMAL_VARIABLE, &decl); in RewriteCatchPattern()
2240 InitializeVariables(&each_initialization_statements, NORMAL_VARIABLE, &decl); in DesugarBindingInForEachStatement()
2973 VariableMode::kVar, NORMAL_VARIABLE, &was_added); in NewHiddenCatchScope() local
H A Dexpression-scope.h372 VariableKind kind = NORMAL_VARIABLE; in Declare()
H A Dparser.h816 name, NORMAL_VARIABLE, start_position); in ExpressionFromPrivateName()
H A Dparser-base.h842 name, NORMAL_VARIABLE, pos); in NewRawVariable()
851 VariableKind kind = NORMAL_VARIABLE) { in NewUnresolved()
3964 parsing_result->descriptor.kind = NORMAL_VARIABLE; in ParseVariableDeclarations()
4218 : NORMAL_VARIABLE; in ParseHoistableDeclaration()
850 NewUnresolved(const AstRawString* name, int begin_pos, VariableKind kind = NORMAL_VARIABLE) NewUnresolved() argument
/third_party/node/deps/v8/src/common/
H A Dglobals.h1308 NORMAL_VARIABLE,

Completed in 52 milliseconds