Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h196 Declaration* CheckConflictingVarDeclarations(); in NON_EXPORTED_BASE()
Dscopes.cc1081 Declaration* Scope::CheckConflictingVarDeclarations() { in CheckConflictingVarDeclarations() function in v8::internal::Scope
/external/v8/src/parsing/
Dparser.cc802 CheckConflictingVarDeclarations(scope, &ok); in DoParseProgram()
2722 CheckConflictingVarDeclarations(scope, CHECK_OK); in ParseFunctionLiteral()
2970 CheckConflictingVarDeclarations(param_scope, CHECK_OK); in BuildParameterInitializationBlock()
3271 CheckConflictingVarDeclarations(inner_scope, CHECK_OK); in ParseEagerFunctionBody()
3635 void Parser::CheckConflictingVarDeclarations(Scope* scope, bool* ok) { in CheckConflictingVarDeclarations() function in v8::internal::Parser
3636 Declaration* decl = scope->CheckConflictingVarDeclarations(); in CheckConflictingVarDeclarations()
Dpreparser.h951 V8_INLINE void CheckConflictingVarDeclarations(Scope* scope, bool* ok) {}
Dparser.h496 void CheckConflictingVarDeclarations(Scope* scope, bool* ok);
Dparser-base.h4030 impl()->CheckConflictingVarDeclarations(formal_parameters.scope, CHECK_OK); in ParseArrowFunctionLiteral()