Searched refs:CheckConflictingVarDeclarations (Results 1 – 6 of 6) sorted by relevance
196 Declaration* CheckConflictingVarDeclarations(); in NON_EXPORTED_BASE()
1081 Declaration* Scope::CheckConflictingVarDeclarations() { in CheckConflictingVarDeclarations() function in v8::internal::Scope
802 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::Parser3636 Declaration* decl = scope->CheckConflictingVarDeclarations(); in CheckConflictingVarDeclarations()
951 V8_INLINE void CheckConflictingVarDeclarations(Scope* scope, bool* ok) {}
496 void CheckConflictingVarDeclarations(Scope* scope, bool* ok);
4030 impl()->CheckConflictingVarDeclarations(formal_parameters.scope, CHECK_OK); in ParseArrowFunctionLiteral()