Searched refs:CheckConflictingVarDeclarations (Results 1 – 5 of 5) sorted by relevance
598 V8_INLINE void CheckConflictingVarDeclarations(v8::internal::Scope* scope,795 void CheckConflictingVarDeclarations(Scope* scope, bool* ok);889 void ParserTraits::CheckConflictingVarDeclarations(v8::internal::Scope* scope, in CheckConflictingVarDeclarations() function891 parser_->CheckConflictingVarDeclarations(scope, ok); in CheckConflictingVarDeclarations()
203 Declaration* CheckConflictingVarDeclarations();
913 CheckConflictingVarDeclarations(scope_, &ok); in DoParseProgram()3683 CheckConflictingVarDeclarations(scope, CHECK_OK); in ParseFunctionLiteral()3919 void Parser::CheckConflictingVarDeclarations(Scope* scope, bool* ok) { in CheckConflictingVarDeclarations() function in v8::internal::Parser3920 Declaration* decl = scope->CheckConflictingVarDeclarations(); in CheckConflictingVarDeclarations()
545 Declaration* Scope::CheckConflictingVarDeclarations() { in CheckConflictingVarDeclarations() function in v8::internal::Scope
1382 void CheckConflictingVarDeclarations(PreParserScope scope, bool* ok) {} in CheckConflictingVarDeclarations() function2696 this->CheckConflictingVarDeclarations(scope, CHECK_OK); in ParseArrowFunctionLiteral()