Home
last modified time | relevance | path

Searched refs:CheckConflictingVarDeclarations (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dscopes.h250 Declaration* CheckConflictingVarDeclarations(); in NON_EXPORTED_BASE()
Dscopes.cc1309 Declaration* Scope::CheckConflictingVarDeclarations() { in CheckConflictingVarDeclarations() function in v8::internal::Scope
/external/v8/src/parsing/
Dparser.cc614 CheckConflictingVarDeclarations(scope, &ok); in DoParseProgram()
2695 CheckConflictingVarDeclarations(scope, CHECK_OK); in ParseFunctionLiteral()
2923 CheckConflictingVarDeclarations(param_scope, CHECK_OK); in BuildParameterInitializationBlock()
3309 void Parser::CheckConflictingVarDeclarations(Scope* scope, bool* ok) { in CheckConflictingVarDeclarations() function in v8::internal::Parser
3310 Declaration* decl = scope->CheckConflictingVarDeclarations(); in CheckConflictingVarDeclarations()
Dparser.h407 void CheckConflictingVarDeclarations(Scope* scope, bool* ok);
Dpreparser.h1053 V8_INLINE void CheckConflictingVarDeclarations(Scope* scope, bool* ok) {}
Dparser-base.h4261 impl()->CheckConflictingVarDeclarations(inner_scope, CHECK_OK_VOID); in ParseFunctionBody()
4471 impl()->CheckConflictingVarDeclarations(formal_parameters.scope, CHECK_OK); in ParseArrowFunctionLiteral()