| accept_IN_ | v8::internal::ParserBase< PreParser > | private |
| AccumulationScope typedef | v8::internal::ParserBase< PreParser > | |
| AddClassStaticBlock(PreParserBlock block, ClassInfo *class_info) | v8::internal::PreParser | inlineprivate |
| AddFormalParameter(PreParserFormalParameters *parameters, const PreParserExpression &pattern, const PreParserExpression &initializer, int initializer_end_position, bool is_rest) | v8::internal::PreParser | inlineprivate |
| AddFunctionForNameInference(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivatestatic |
| AddInstanceFieldOrStaticElement(const PreParserExpression &property, ClassInfo *class_info, bool is_static) | v8::internal::PreParser | inlineprivate |
| AddSyntheticFunctionDeclaration(FunctionKind kind, int pos) | v8::internal::PreParser | inlineprivate |
| AddTemplateExpression(TemplateLiteralState *state, const PreParserExpression &expression) | v8::internal::PreParser | inlineprivate |
| AddTemplateSpan(TemplateLiteralState *state, bool should_cook, bool tail) | v8::internal::PreParser | inlineprivate |
| allow_eval_cache() const | v8::internal::ParserBase< PreParser > | inline |
| allow_eval_cache_ | v8::internal::ParserBase< PreParser > | private |
| AllowsLazyParsingWithoutUnresolvedVariables() const | v8::internal::PreParser | inlineprivate |
| AppendConditionalChainElse(PreParserExpression *x, const SourceRange &else_range) | v8::internal::PreParser | inlineprivate |
| ArrowHeadParsingScope typedef | v8::internal::ParserBase< PreParser > | |
| AsIdentifier(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivatestatic |
| AsIdentifierExpression(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivatestatic |
| AsIterationStatement(PreParserStatement s) | v8::internal::PreParser | inlineprivate |
| ast_node_factory_ | v8::internal::ParserBase< PreParser > | protected |
| ast_value_factory() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| ast_value_factory_ | v8::internal::ParserBase< PreParser > | protected |
| AutoAccessorVariableName(AstValueFactory *ast_value_factory, int index) | v8::internal::ParserBase< PreParser > | inlineprotected |
| BlockT typedef | v8::internal::ParserBase< PreParser > | |
| BreakableStatementT typedef | v8::internal::ParserBase< PreParser > | |
| BuildInitializationBlock(DeclarationParsingResult *parsing_result) | v8::internal::PreParser | inlineprivate |
| BuildParameterInitializationBlock(const PreParserFormalParameters ¶meters) | v8::internal::PreParser | private |
| BuildReturnStatement(ExpressionT expr, int pos, int end_pos=ReturnStatement::kFunctionLiteralReturnPosition) | v8::internal::ParserBase< PreParser > | inlineprotected |
| BuildUnaryExpression(const PreParserExpression &expression, Token::Value op, int pos) | v8::internal::PreParser | inlineprivate |
| Check(Token::Value token) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckArityRestrictions(int param_count, FunctionKind function_type, bool has_rest, int formals_start_pos, int formals_end_pos) | v8::internal::ParserBase< PreParser > | protected |
| CheckAssigningFunctionLiteralToProperty(const PreParserExpression &left, const PreParserExpression &right) | v8::internal::PreParser | inlineprivatestatic |
| CheckClassFieldName(IdentifierT name, bool is_static) | v8::internal::ParserBase< PreParser > | protected |
| CheckClassMethodName(IdentifierT name, ParsePropertyKind type, ParseFunctionFlags flags, bool is_static, bool *has_seen_constructor) | v8::internal::ParserBase< PreParser > | protected |
| CheckConflictingVarDeclarations(DeclarationScope *scope) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckContextualKeyword(const AstRawString *name) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckContextualKeyword(Token::Value token) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckFunctionName(LanguageMode language_mode, IdentifierT function_name, FunctionNameValidity function_name_validity, const Scanner::Location &function_name_loc) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckInOrOf(ForEachStatement::VisitMode *visit_mode) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckPossibleEvalCall(ExpressionT expression, bool is_optional_call, Scope *scope) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckStackOverflow() | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckStrictOctalLiteral(int beg_pos, int end_pos) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CheckTemplateEscapes(bool should_throw) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ClassFieldVariableName(AstValueFactory *ast_value_factory, int index) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ClassifyArrowParameter(AccumulationScope *accumulation_scope, int position, ExpressionT parameter) | v8::internal::ParserBase< PreParser > | protected |
| ClassifyParameter(IdentifierT parameter, int beg_pos, int end_pos) | v8::internal::ParserBase< PreParser > | protected |
| ClassifyPropertyIdentifier(Token::Value token, ParsePropertyInfo *prop_info) | v8::internal::ParserBase< PreParser > | protected |
| ClassLiteralPropertyT typedef | v8::internal::ParserBase< PreParser > | |
| ClassPropertyKindFor(ParsePropertyKind kind) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ClassPropertyListT typedef | v8::internal::ParserBase< PreParser > | |
| ClassStaticElementListT typedef | v8::internal::ParserBase< PreParser > | |
| CloseTemplateLiteral(TemplateLiteralState *state, int start, const PreParserExpression &tag) | v8::internal::PreParser | inlineprivate |
| CollapseConditionalChain(PreParserExpression *x, PreParserExpression cond, PreParserExpression then_expression, PreParserExpression else_expression, int pos, const SourceRange &then_range) | v8::internal::PreParser | inlineprivate |
| CollapseNaryExpression(PreParserExpression *x, PreParserExpression y, Token::Value op, int pos, const SourceRange &range) | v8::internal::PreParser | inlineprivate |
| compile_hints_magic_enabled_ | v8::internal::ParserBase< PreParser > | private |
| compile_hints_per_function_magic_enabled_ | v8::internal::ParserBase< PreParser > | private |
| Consume(Token::Value token) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ContainsLabel(const ZonePtrList< const AstRawString > *labels, const AstRawString *label) | v8::internal::ParserBase< PreParser > | inlineprotected |
| CountUsage(v8::Isolate::UseCounterFeature feature) | v8::internal::PreParser | inlineprivate |
| CreateForEachStatementTDZ(PreParserBlock init_block, const ForInfo &for_info) | v8::internal::PreParser | inlineprivate |
| DeclareAndBindVariable(const VariableProxy *proxy, VariableKind kind, VariableMode mode, Scope *scope, bool *was_added, int initializer_position) | v8::internal::PreParser | inlineprivate |
| DeclareArrowFunctionFormalParameters(PreParserFormalParameters *parameters, const PreParserExpression ¶ms, const Scanner::Location ¶ms_loc) | v8::internal::PreParser | inlineprivate |
| DeclareCatchVariableName(Scope *scope, const PreParserIdentifier &identifier) | v8::internal::PreParser | inlineprivate |
| DeclareClass(const PreParserIdentifier &variable_name, const PreParserExpression &value, ZonePtrList< const AstRawString > *names, int class_token_pos, int end_pos) | v8::internal::PreParser | inlineprivate |
| DeclareClassVariable(ClassScope *scope, const PreParserIdentifier &name, ClassInfo *class_info, int class_token_pos) | v8::internal::PreParser | inlineprivate |
| DeclareFormalParameters(const PreParserFormalParameters *parameters) | v8::internal::PreParser | inlineprivate |
| DeclareFunction(const PreParserIdentifier &variable_name, const PreParserExpression &function, VariableMode mode, VariableKind kind, int beg_pos, int end_pos, ZonePtrList< const AstRawString > *names) | v8::internal::PreParser | inlineprivate |
| DeclareFunctionNameVar(const AstRawString *function_name, FunctionSyntaxKind function_syntax_kind, DeclarationScope *function_scope) | v8::internal::PreParser | inlineprivate |
| DeclareFunctionNameVar(const PreParserIdentifier &function_name, FunctionSyntaxKind function_syntax_kind, DeclarationScope *function_scope) | v8::internal::PreParser | inlineprivate |
| DeclareIdentifier(const PreParserIdentifier &name, int start_position) | v8::internal::PreParser | inlineprivate |
| DeclareLabel(ZonePtrList< const AstRawString > **labels, ZonePtrList< const AstRawString > **own_labels, const AstRawString *label) | v8::internal::ParserBase< PreParser > | inlineprotected |
| DeclareNative(const PreParserIdentifier &name, int pos) | v8::internal::PreParser | inlineprivate |
| DeclarePrivateClassMember(ClassScope *scope, const PreParserIdentifier &property_name, const PreParserExpression &property, ClassLiteralProperty::Kind kind, bool is_static, ClassInfo *class_info) | v8::internal::PreParser | inlineprivate |
| DeclarePrivateVariableName(const AstRawString *name, ClassScope *scope, VariableMode mode, IsStaticFlag is_static_flag, bool *was_added) | v8::internal::PreParser | inlineprivate |
| DeclarePublicClassField(ClassScope *scope, const PreParserExpression &property, bool is_static, bool is_computed_name, ClassInfo *class_info) | v8::internal::PreParser | inlineprivate |
| DeclarePublicClassMethod(const PreParserIdentifier &class_name, const PreParserExpression &property, bool is_constructor, ClassInfo *class_info) | v8::internal::PreParser | inlineprivate |
| DeclareVariable(const AstRawString *name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope *scope, bool *was_added, int position) | v8::internal::PreParser | inlineprivate |
| DeclareVariableName(const AstRawString *name, VariableMode mode, Scope *scope, bool *was_added, int position=kNoSourcePosition, VariableKind kind=NORMAL_VARIABLE) | v8::internal::PreParser | inlineprivate |
| default_eager_compile_hint() const | v8::internal::ParserBase< PreParser > | inline |
| default_eager_compile_hint_ | v8::internal::ParserBase< PreParser > | private |
| DesugarBindingInForEachStatement(ForInfo *for_info, PreParserStatement *body_block, PreParserExpression *each_variable) | v8::internal::PreParser | inlineprivate |
| DesugarLexicalBindingsInForStatement(PreParserStatement loop, PreParserStatement init, const PreParserExpression &cond, PreParserStatement next, PreParserStatement body, Scope *inner_scope, const ForInfo &for_info) | v8::internal::PreParser | inlineprivate |
| DoParseMemberExpressionContinuation(ExpressionT expression) | v8::internal::ParserBase< PreParser > | protected |
| EmptyIdentifierString() const | v8::internal::PreParser | inlineprivate |
| end_position() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| Expect(Token::Value token) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ExpectContextualKeyword(const AstRawString *name, const char *fullname=nullptr, int pos=-1) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ExpectContextualKeyword(Token::Value token) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ExpectSemicolon() | v8::internal::ParserBase< PreParser > | inlineprotected |
| Expression typedef | v8::internal::PreParser | |
| expression_scope() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| expression_scope_ | v8::internal::ParserBase< PreParser > | private |
| ExpressionFromIdentifier(const PreParserIdentifier &name, int start_position, InferName infer=InferName::kYes) | v8::internal::PreParser | inlineprivate |
| ExpressionFromLiteral(Token::Value token, int pos) | v8::internal::PreParser | inlineprivate |
| ExpressionFromPrivateName(PrivateNameScopeIterator *private_name_scope, const PreParserIdentifier &name, int start_position) | v8::internal::PreParser | inlineprivate |
| ExpressionListT typedef | v8::internal::ParserBase< PreParser > | |
| ExpressionListToExpression(const PreParserExpressionList &args) | v8::internal::PreParser | inlineprivate |
| ExpressionParsingScope typedef | v8::internal::ParserBase< PreParser > | |
| ExpressionScope typedef | v8::internal::ParserBase< PreParser > | |
| ExpressionT typedef | v8::internal::ParserBase< PreParser > | |
| factory() | v8::internal::ParserBase< PreParser > | inlineprotected |
| FactoryT typedef | v8::internal::ParserBase< PreParser > | |
| FailureExpression() | v8::internal::PreParser | inlineprivatestatic |
| flags() const | v8::internal::ParserBase< PreParser > | inline |
| flags_ | v8::internal::ParserBase< PreParser > | private |
| fni_ | v8::internal::ParserBase< PreParser > | protected |
| FormalParametersT typedef | v8::internal::ParserBase< PreParser > | |
| ForStatementT typedef | v8::internal::ParserBase< PreParser > | |
| FuncNameInferrer typedef | v8::internal::ParserBase< PreParser > | |
| FuncNameInferrerState typedef | v8::internal::ParserBase< PreParser > | |
| function_state_ | v8::internal::ParserBase< PreParser > | protected |
| FunctionBodyType enum name | v8::internal::ParserBase< PreParser > | protected |
| FunctionKindFor(ParseFunctionFlags flags) | v8::internal::ParserBase< PreParser > | inlineprotected |
| FunctionKindForImpl(SubFunctionKind sub_function_kind, ParseFunctionFlags flags) | v8::internal::ParserBase< PreParser > | inlineprotected |
| FunctionLiteralT typedef | v8::internal::ParserBase< PreParser > | |
| GetBigIntAsSymbol() const | v8::internal::PreParser | inlineprivate |
| GetClosureScope() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| GetDeclarationScope() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| GetDefaultStrings(PreParserIdentifier *default_string, PreParserIdentifier *dot_default_string) | v8::internal::PreParser | inlineprivatestatic |
| GetEmbedderCompileHint(FunctionLiteral::EagerCompileHint current_compile_hint, int position) | v8::internal::PreParser | inlineprivate |
| GetIdentifier() const | v8::internal::PreParser | private |
| GetLastInfoId() const | v8::internal::ParserBase< PreParser > | inline |
| GetNextInfoId() | v8::internal::ParserBase< PreParser > | inline |
| GetNextSymbol() const | v8::internal::PreParser | inlineprivate |
| GetNextSymbolForRegExpLiteral() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| GetNumberAsSymbol() const | v8::internal::PreParser | inlineprivate |
| GetRawNameFromIdentifier(const PreParserIdentifier &arg) | v8::internal::PreParser | inlineprivate |
| GetReceiverScope() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| GetSymbol() const | v8::internal::PreParser | inlineprivate |
| GetVariableMode(ClassLiteralProperty::Kind kind) | v8::internal::ParserBase< PreParser > | inlineprotected |
| has_error() const | v8::internal::ParserBase< PreParser > | inline |
| has_module_in_scope_chain() const | v8::internal::ParserBase< PreParser > | inline |
| has_module_in_scope_chain_ | v8::internal::ParserBase< PreParser > | private |
| HasCheckedSyntax() | v8::internal::PreParser | inlineprivate |
| i::ArrowHeadParsingScope< ParserTypes< PreParser > > class | v8::internal::PreParser | friend |
| i::ExpressionScope< ParserTypes< PreParser > > class | v8::internal::PreParser | friend |
| i::ParameterDeclarationParsingScope< ParserTypes< PreParser > > class | v8::internal::PreParser | friend |
| i::VariableDeclarationParsingScope< ParserTypes< PreParser > > class | v8::internal::PreParser | friend |
| Identifier typedef | v8::internal::PreParser | |
| IdentifierEquals(const PreParserIdentifier &identifier, const AstRawString *other) | v8::internal::PreParser | private |
| IdentifierT typedef | v8::internal::ParserBase< PreParser > | |
| IfStartsWithUsingOrAwaitUsingKeyword() | v8::internal::ParserBase< PreParser > | inlineprotected |
| impl() | v8::internal::ParserBase< PreParser > | inline |
| impl() const | v8::internal::ParserBase< PreParser > | inline |
| ImportMetaExpression(int pos) | v8::internal::PreParser | inlineprivate |
| InferFunctionName() | v8::internal::PreParser | inlineprivatestatic |
| info_id_ | v8::internal::ParserBase< PreParser > | private |
| InitializeObjectLiteral(PreParserExpression literal) | v8::internal::PreParser | inlineprivate |
| InsertShadowingVarBindingInitializers(PreParserStatement block) | v8::internal::PreParser | inlineprivate |
| InsertSloppyBlockFunctionVarBindings(DeclarationScope *scope) | v8::internal::PreParser | inlineprivate |
| is_async_function() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| is_async_generator() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| is_await_allowed() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| is_await_as_identifier_disallowed() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| is_generator() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| is_resumable() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| is_using_allowed() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| IsAccessor(ParsePropertyKind kind) | v8::internal::ParserBase< PreParser > | inlineprotectedstatic |
| IsArguments(const PreParserIdentifier &identifier) const | v8::internal::PreParser | inlineprivate |
| IsArrayIndex(const PreParserIdentifier &string, uint32_t *index) | v8::internal::PreParser | inlineprivatestatic |
| IsAssignableIdentifier(ExpressionT expression) | v8::internal::ParserBase< PreParser > | inlineprotected |
| IsAsync(const PreParserIdentifier &identifier) const | v8::internal::PreParser | inlineprivate |
| IsAwaitAsIdentifierDisallowed(FunctionKind kind) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| IsBoilerplateProperty(const PreParserExpression &property) | v8::internal::PreParser | inlineprivatestatic |
| IsConstructor(const PreParserIdentifier &identifier) const | v8::internal::PreParser | inlineprivate |
| IsEmptyIdentifier(PreParserIdentifier subject) | v8::internal::PreParser | inlineprivate |
| IsEval(const PreParserIdentifier &identifier) const | v8::internal::PreParser | inlineprivate |
| IsEvalOrArguments(const PreParserIdentifier &identifier) const | v8::internal::PreParser | inlineprivate |
| IsExtraordinaryPrivateNameAccessAllowed() const | v8::internal::ParserBase< PreParser > | |
| IsIdentifier(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivatestatic |
| IsIterationStatement(PreParserStatement subject) | v8::internal::PreParser | inlineprivatestatic |
| IsLet(const AstRawString *identifier) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| IsNative(const PreParserExpression &expr) const | v8::internal::PreParser | inlineprivate |
| IsNextLetKeyword() | v8::internal::ParserBase< PreParser > | protected |
| IsNextUsingKeyword(Token::Value token_after_using, bool is_await_using) | v8::internal::ParserBase< PreParser > | inlineprotected |
| IsNull(T subject) | v8::internal::PreParser | inlineprivatestatic |
| IsParsingWhileDebugging() const | v8::internal::ParserBase< PreParser > | inline |
| IsPreParser() | v8::internal::PreParser | inlinestatic |
| IsPrivateReference(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivate |
| IsStringLiteral(PreParserStatement statement) const | v8::internal::PreParser | inlineprivate |
| IsThisProperty(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivatestatic |
| IsValidReferenceExpression(ExpressionT expression) | v8::internal::ParserBase< PreParser > | protected |
| IterationStatementT typedef | v8::internal::ParserBase< PreParser > | |
| kForStatement enum value | v8::internal::ParserBase< PreParser > | protected |
| kFunction enum value | v8::internal::ParserBase< PreParser > | protected |
| kNonStaticMethod enum value | v8::internal::ParserBase< PreParser > | protected |
| kPreParseNotIdentifiableError enum value | v8::internal::PreParser | |
| kPreParseStackOverflow enum value | v8::internal::PreParser | |
| kPreParseSuccess enum value | v8::internal::PreParser | |
| kStatement enum value | v8::internal::ParserBase< PreParser > | protected |
| kStatementListItem enum value | v8::internal::ParserBase< PreParser > | protected |
| kStaticMethod enum value | v8::internal::ParserBase< PreParser > | protected |
| language_mode() | v8::internal::ParserBase< PreParser > | inlineprotected |
| log_ | v8::internal::PreParser | private |
| logger() | v8::internal::PreParser | inline |
| LookupBreakTarget(IdentifierT label) | v8::internal::ParserBase< PreParser > | inlineprotected |
| LookupContinueTarget(IdentifierT label) | v8::internal::ParserBase< PreParser > | inlineprotected |
| loop_nesting_depth() const | v8::internal::ParserBase< PreParser > | inline |
| main_zone() const | v8::internal::ParserBase< PreParser > | inline |
| MaybeParsingArrowhead() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| MethodKindFor(bool is_static, ParseFunctionFlags flags) | v8::internal::ParserBase< PreParser > | inlineprotected |
| module() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewBlockScopeForObjectLiteral() | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewClassLiteralPropertyWithAccessorInfo(ClassScope *scope, ClassInfo *class_info, const PreParserIdentifier &name, const PreParserExpression &key, const PreParserExpression &value, bool is_static, bool is_computed_name, bool is_private, int pos) | v8::internal::PreParser | inlineprivate |
| NewClassPropertyList(int size) const | v8::internal::PreParser | inlineprivate |
| NewClassScope(Scope *parent, bool is_anonymous) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewClassStaticElementList(int size) const | v8::internal::PreParser | inlineprivate |
| NewEvalScope(Scope *parent) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewFunctionScope(FunctionKind kind, Zone *parse_zone=nullptr) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewModuleScope(DeclarationScope *parent) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewRawVariable(const AstRawString *name, int pos) | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewScope(ScopeType scope_type) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewScopeWithParent(Scope *parent, ScopeType scope_type) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewScriptScope(REPLMode repl_mode) const | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewStatementList(int size) const | v8::internal::PreParser | inlineprivate |
| NewSuperCallReference(int pos) | v8::internal::PreParser | inlineprivate |
| NewSuperPropertyReference(int pos) | v8::internal::PreParser | inlineprivate |
| NewTargetExpression(int pos) | v8::internal::PreParser | inlineprivate |
| NewThisExpression(int pos) | v8::internal::PreParser | inlineprivate |
| NewThrowReferenceError(MessageTemplate message, int pos) | v8::internal::PreParser | inlineprivate |
| NewThrowStatement(const PreParserExpression &exception, int pos) | v8::internal::PreParser | inlineprivate |
| NewUnresolved(const AstRawString *name) | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewUnresolved(const AstRawString *name, int begin_pos, VariableKind kind=NORMAL_VARIABLE) | v8::internal::ParserBase< PreParser > | inlineprotected |
| NewV8Intrinsic(const PreParserIdentifier &name, const PreParserExpressionList &arguments, int pos) | v8::internal::PreParser | inlineprivate |
| NewVarblockScope() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| Next() | v8::internal::ParserBase< PreParser > | inlineprotected |
| next_arrow_function_info_ | v8::internal::ParserBase< PreParser > | private |
| NullBlock() | v8::internal::PreParser | inlineprivatestatic |
| NullExpression() | v8::internal::PreParser | inlineprivatestatic |
| NullIdentifier() | v8::internal::PreParser | inlineprivatestatic |
| NullLiteralProperty() | v8::internal::PreParser | inlineprivatestatic |
| NullStatement() | v8::internal::PreParser | inlineprivatestatic |
| NullStatementList() | v8::internal::PreParser | inlineprivatestatic |
| object_literal_scope_ | v8::internal::ParserBase< PreParser > | protected |
| ObjectLiteralPropertyT typedef | v8::internal::ParserBase< PreParser > | |
| ObjectPropertyListT typedef | v8::internal::ParserBase< PreParser > | |
| OpenTemplateLiteral(int pos) | v8::internal::PreParser | inlineprivate |
| original_scope_ | v8::internal::ParserBase< PreParser > | protected |
| ParameterDeclarationParsingScope typedef | v8::internal::ParserBase< PreParser > | |
| parameters_ | v8::internal::ParserBase< PreParser > | private |
| parse_lazily() const | v8::internal::PreParser | inlineprivate |
| ParseAccessorPropertyOrAutoAccessors(ParsePropertyInfo *prop_info, ExpressionT *name_expression, int *name_token_position) | v8::internal::ParserBase< PreParser > | protected |
| ParseAndClassifyIdentifier(Token::Value token) | v8::internal::ParserBase< PreParser > | protected |
| ParseArguments(ExpressionListT *args, bool *has_spread, ParsingArrowHeadFlag maybe_arrow=kCertainlyNotArrowHead) | v8::internal::ParserBase< PreParser > | protected |
| ParseArrayLiteral() | v8::internal::ParserBase< PreParser > | protected |
| ParseArrowFunctionLiteral(const FormalParametersT ¶meters, int function_literal_id, bool could_be_immediately_invoked) | v8::internal::ParserBase< PreParser > | protected |
| ParseArrowParametersWithRest(ExpressionListT *list, AccumulationScope *scope, int seen_variables) | v8::internal::ParserBase< PreParser > | protected |
| ParseAssignmentExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseAssignmentExpressionCoverGrammar() | v8::internal::ParserBase< PreParser > | protected |
| ParseAssignmentExpressionCoverGrammarContinuation(int lhs_beg_pos, ExpressionT expression) | v8::internal::ParserBase< PreParser > | protected |
| ParseAsyncFunctionDeclaration(ZonePtrList< const AstRawString > *names, bool default_export) | v8::internal::ParserBase< PreParser > | protected |
| ParseAsyncFunctionLiteral() | v8::internal::ParserBase< PreParser > | protected |
| ParseAsyncGeneratorFunctionBody(int pos, FunctionKind kind, PreParserScopedStatementList *body) | v8::internal::PreParser | inlineprivate |
| ParseAwaitExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseBinaryContinuation(ExpressionT x, int prec, int prec1) | v8::internal::ParserBase< PreParser > | protected |
| ParseBinaryExpression(int prec) | v8::internal::ParserBase< PreParser > | protected |
| ParseBindingPattern() | v8::internal::ParserBase< PreParser > | protected |
| ParseBlock(ZonePtrList< const AstRawString > *labels, Scope *block_scope) | v8::internal::ParserBase< PreParser > | protected |
| ParseBlock(ZonePtrList< const AstRawString > *labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseBreakStatement(ZonePtrList< const AstRawString > *labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseClassDeclaration(ZonePtrList< const AstRawString > *names, bool default_export) | v8::internal::ParserBase< PreParser > | protected |
| ParseClassExpression(Scope *outer_scope) | v8::internal::ParserBase< PreParser > | protected |
| ParseClassLiteral(Scope *outer_scope, IdentifierT name, Scanner::Location class_name_location, bool name_is_strict_reserved, int class_token_pos) | v8::internal::ParserBase< PreParser > | protected |
| ParseClassLiteralBody(ClassInfo &class_info, IdentifierT name, int class_token_pos, Token::Value end_token) | v8::internal::ParserBase< PreParser > | protected |
| ParseClassPropertyDefinition(ClassInfo *class_info, ParsePropertyInfo *prop_info, bool has_extends) | v8::internal::ParserBase< PreParser > | protected |
| ParseClassStaticBlock(ClassInfo *class_info) | v8::internal::ParserBase< PreParser > | protected |
| ParseCoalesceExpression(ExpressionT expression) | v8::internal::ParserBase< PreParser > | protected |
| ParseConditionalChainAssignmentExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseConditionalChainAssignmentExpressionCoverGrammar() | v8::internal::ParserBase< PreParser > | protected |
| ParseConditionalChainExpression(ExpressionT condition, int condition_pos) | v8::internal::ParserBase< PreParser > | protected |
| ParseConditionalContinuation(ExpressionT expression, int pos) | v8::internal::ParserBase< PreParser > | protected |
| ParseConditionalExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseContinueStatement() | v8::internal::ParserBase< PreParser > | protected |
| ParseCurrentSymbolAsClassFieldOrMethod(ParsePropertyInfo *prop_info, ExpressionT *name_expression) | v8::internal::ParserBase< PreParser > | protected |
| ParseDebuggerStatement() | v8::internal::ParserBase< PreParser > | protected |
| ParseDoWhileStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseExpressionCoverGrammar() | v8::internal::ParserBase< PreParser > | protected |
| ParseExpressionOrLabelledStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, AllowLabelledFunctionStatement allow_function) | v8::internal::ParserBase< PreParser > | protected |
| ParseForAwaitStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseForEachStatementWithDeclarations(int stmt_pos, ForInfo *for_info, ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, Scope *inner_block_scope) | v8::internal::ParserBase< PreParser > | protected |
| ParseForEachStatementWithoutDeclarations(int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos, ForInfo *for_info, ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseFormalParameter(FormalParametersT *parameters) | v8::internal::ParserBase< PreParser > | protected |
| ParseFormalParameterList(FormalParametersT *parameters) | v8::internal::ParserBase< PreParser > | protected |
| ParseForStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseFunctionBody(StatementListT *body, IdentifierT function_name, int pos, const FormalParametersT ¶meters, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, FunctionBodyType body_type) | v8::internal::ParserBase< PreParser > | protected |
| ParseFunctionDeclaration() | v8::internal::ParserBase< PreParser > | protected |
| ParseFunctionExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseFunctionLiteral(Identifier name, Scanner::Location function_name_location, FunctionNameValidity function_name_validity, FunctionKind kind, int function_token_pos, FunctionSyntaxKind function_syntax_kind, LanguageMode language_mode, ZonePtrList< const AstRawString > *arguments_for_wrapped_function) | v8::internal::PreParser | private |
| ParseGeneratorFunctionBody(int pos, FunctionKind kind, PreParserScopedStatementList *body) | v8::internal::PreParser | inlineprivate |
| ParseHoistableDeclaration(ZonePtrList< const AstRawString > *names, bool default_export) | v8::internal::ParserBase< PreParser > | protected |
| ParseHoistableDeclaration(int pos, ParseFunctionFlags flags, ZonePtrList< const AstRawString > *names, bool default_export) | v8::internal::ParserBase< PreParser > | protected |
| ParseIdentifier(FunctionKind function_kind) | v8::internal::ParserBase< PreParser > | protected |
| ParseIdentifier() | v8::internal::ParserBase< PreParser > | inlineprotected |
| ParseIfStatement(ZonePtrList< const AstRawString > *labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseImportExpressions() | v8::internal::ParserBase< PreParser > | protected |
| ParseLeftHandSideContinuation(ExpressionT expression) | v8::internal::ParserBase< PreParser > | protected |
| ParseLeftHandSideExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseLogicalExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseMemberExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseMemberExpressionContinuation(ExpressionT expression) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ParseMemberInitializer(ClassInfo *class_info, int beg_pos, int info_id, bool is_static) | v8::internal::ParserBase< PreParser > | protected |
| ParseMemberWithPresentNewPrefixesExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseNativeDeclaration() | v8::internal::ParserBase< PreParser > | protected |
| ParseNewTargetExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseNonRestrictedIdentifier() | v8::internal::ParserBase< PreParser > | protected |
| ParseObjectLiteral() | v8::internal::ParserBase< PreParser > | protected |
| ParseObjectPropertyDefinition(ParsePropertyInfo *prop_info, bool *has_seen_proto) | v8::internal::ParserBase< PreParser > | protected |
| ParsePossibleDestructuringSubPattern(AccumulationScope *scope) | v8::internal::ParserBase< PreParser > | protected |
| ParsePostfixContinuation(ExpressionT expression, int lhs_beg_pos) | v8::internal::ParserBase< PreParser > | protected |
| ParsePostfixExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParsePrimaryExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseProperty(ParsePropertyInfo *prop_info) | v8::internal::ParserBase< PreParser > | protected |
| ParsePropertyName() | v8::internal::ParserBase< PreParser > | protected |
| ParsePropertyOrPrivatePropertyName() | v8::internal::ParserBase< PreParser > | protected |
| ParserBase(Zone *zone, Scanner *scanner, uintptr_t stack_limit, AstValueFactory *ast_value_factory, PendingCompilationErrorHandler *pending_error_handler, RuntimeCallStats *runtime_call_stats, V8FileLogger *v8_file_logger, UnoptimizedCompileFlags flags, bool parsing_on_main_thread, bool compile_hints_magic_enabled, bool compile_hints_per_function_magic_enabled) | v8::internal::ParserBase< PreParser > | inline |
| ParserBase< PreParser > class | v8::internal::PreParser | friend |
| ParseRegExpLiteral() | v8::internal::ParserBase< PreParser > | protected |
| ParseReturnStatement() | v8::internal::ParserBase< PreParser > | protected |
| ParseScopedStatement(ZonePtrList< const AstRawString > *labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseStandardForLoop(int stmt_pos, ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, ExpressionT *cond, StatementT *next, StatementT *body) | v8::internal::ParserBase< PreParser > | protected |
| ParseStandardForLoopWithLexicalDeclarations(int stmt_pos, StatementT init, ForInfo *for_info, ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ParseStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, AllowLabelledFunctionStatement allow_function) | v8::internal::ParserBase< PreParser > | protected |
| ParseStatementList(StatementListT *body, Token::Value end_token) | v8::internal::ParserBase< PreParser > | protected |
| ParseStatementListAndLogFunction(PreParserFormalParameters *formals) | v8::internal::PreParser | private |
| ParseStatementListItem() | v8::internal::ParserBase< PreParser > | protected |
| ParseSuperExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseSwitchStatement(ZonePtrList< const AstRawString > *labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseTemplateLiteral(ExpressionT tag, int start, bool tagged) | v8::internal::ParserBase< PreParser > | protected |
| ParseThrowStatement() | v8::internal::ParserBase< PreParser > | protected |
| ParseTryStatement() | v8::internal::ParserBase< PreParser > | protected |
| ParseUnaryExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseUnaryOrPrefixExpression() | v8::internal::ParserBase< PreParser > | protected |
| ParseV8Intrinsic() | v8::internal::ParserBase< PreParser > | protected |
| ParseVariableDeclarations(VariableDeclarationContext var_context, DeclarationParsingResult *parsing_result, ZonePtrList< const AstRawString > *names) | v8::internal::ParserBase< PreParser > | protected |
| ParseVariableStatement(VariableDeclarationContext var_context, ZonePtrList< const AstRawString > *names) | v8::internal::ParserBase< PreParser > | protected |
| ParseWhileStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseWithStatement(ZonePtrList< const AstRawString > *labels) | v8::internal::ParserBase< PreParser > | protected |
| ParseYieldExpression() | v8::internal::ParserBase< PreParser > | protected |
| parsing_on_main_thread_ | v8::internal::ParserBase< PreParser > | protected |
| ParsingDynamicFunctionDeclaration() const | v8::internal::PreParser | inlineprivate |
| ParsingExtension() const | v8::internal::PreParser | inlineprivate |
| peek() | v8::internal::ParserBase< PreParser > | inlineprotected |
| peek_any_identifier() | v8::internal::ParserBase< PreParser > | inlineprotected |
| peek_end_position() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| peek_position() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| PeekAhead() | v8::internal::ParserBase< PreParser > | inlineprotected |
| PeekAheadAhead() | v8::internal::ParserBase< PreParser > | inlineprotected |
| PeekContextualKeyword(const AstRawString *name) | v8::internal::ParserBase< PreParser > | inlineprotected |
| PeekContextualKeyword(Token::Value token) | v8::internal::ParserBase< PreParser > | inlineprotected |
| PeekInOrOf() | v8::internal::ParserBase< PreParser > | inlineprotected |
| PeekNextInfoId() | v8::internal::ParserBase< PreParser > | inline |
| pending_error_handler() | v8::internal::PreParser | inlineprivate |
| v8::internal::ParserBase< PreParser >::pending_error_handler() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| pending_error_handler_ | v8::internal::ParserBase< PreParser > | protected |
| pointer_buffer() | v8::internal::ParserBase< PreParser > | inlineprotected |
| pointer_buffer_ | v8::internal::ParserBase< PreParser > | private |
| position() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| position_after_last_primary_expression_open_parenthesis_ | v8::internal::ParserBase< PreParser > | private |
| PositionAfterSemicolon() | v8::internal::ParserBase< PreParser > | inlineprotected |
| PrepareGeneratorVariables() | v8::internal::PreParser | inlineprivate |
| preparse_data_builder() const | v8::internal::PreParser | inline |
| preparse_data_builder_ | v8::internal::PreParser | private |
| preparse_data_builder_buffer() | v8::internal::PreParser | inline |
| preparse_data_builder_buffer_ | v8::internal::PreParser | private |
| PreParseFunction(const AstRawString *function_name, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope *function_scope, int *use_counts, ProducedPreparseData **produced_preparser_scope_data) | v8::internal::PreParser | |
| PreParseProgram() | v8::internal::PreParser | |
| PreParser(Zone *zone, Scanner *scanner, uintptr_t stack_limit, AstValueFactory *ast_value_factory, PendingCompilationErrorHandler *pending_error_handler, RuntimeCallStats *runtime_call_stats, V8FileLogger *v8_file_logger, UnoptimizedCompileFlags flags, bool parsing_on_main_thread=true) | v8::internal::PreParser | inline |
| PreParseResult enum name | v8::internal::PreParser | |
| PreParserFormalParameters class | v8::internal::PreParser | friend |
| PreParserIdentifierToAstRawString(const PreParserIdentifier &x) | v8::internal::PreParser | inlineprivate |
| PropertyPosition enum name | v8::internal::ParserBase< PreParser > | protected |
| PushEnclosingName(const PreParserIdentifier &name) | v8::internal::PreParser | inlineprivate |
| PushLiteralName(const PreParserIdentifier &id) | v8::internal::PreParser | inlineprivatestatic |
| PushPropertyName(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivate |
| PushVariableName(const PreParserIdentifier &id) | v8::internal::PreParser | inlineprivatestatic |
| RaiseLanguageMode(LanguageMode mode) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ReindexArrowFunctionFormalParameters(PreParserFormalParameters *parameters) | v8::internal::PreParser | inlineprivate |
| ReindexComputedMemberName(const PreParserExpression &expression) | v8::internal::PreParser | inlineprivate |
| ReportMessage(MessageTemplate message, const Ts &... args) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ReportMessageAt(Scanner::Location source_location, MessageTemplate message, const Ts &... args) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ReportMessageAt(Scanner::Location source_location, MessageTemplate message, const PreParserIdentifier &arg0) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ReportUnexpectedToken(Token::Value token) | v8::internal::ParserBase< PreParser > | protected |
| ReportUnexpectedTokenAt(Scanner::Location location, Token::Value token, MessageTemplate message=MessageTemplate::kUnexpectedToken) | v8::internal::PreParser | inlineprivate |
| ReportUnidentifiableError() | v8::internal::PreParser | inlineprivate |
| ReportVarRedeclarationIn(const AstRawString *name, Scope *scope) | v8::internal::PreParser | inlineprivate |
| ResetInfoId() | v8::internal::ParserBase< PreParser > | inline |
| RewriteCatchPattern(CatchInfo *catch_info) | v8::internal::PreParser | inlineprivate |
| RewriteClassLiteral(ClassScope *scope, const PreParserIdentifier &name, ClassInfo *class_info, int pos) | v8::internal::PreParser | inlineprivate |
| RewriteForVarInLegacy(const ForInfo &for_info) | v8::internal::PreParser | inlineprivate |
| RewriteInvalidReferenceExpression(ExpressionT expression, int beg_pos, int end_pos, MessageTemplate message, bool early_error) | v8::internal::ParserBase< PreParser > | protected |
| RewriteSwitchStatement(PreParserStatement switch_statement, Scope *scope) | v8::internal::PreParser | inlineprivate |
| RewriteTryStatement(PreParserStatement try_block, PreParserStatement catch_block, const SourceRange &catch_range, PreParserStatement finally_block, const SourceRange &finally_range, const CatchInfo &catch_info, int pos) | v8::internal::PreParser | inlineprivate |
| runtime_call_stats_ | v8::internal::ParserBase< PreParser > | protected |
| scanner() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| scanner_ | v8::internal::ParserBase< PreParser > | private |
| scope() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| scope_ | v8::internal::ParserBase< PreParser > | protected |
| set_allow_eval_cache(bool allow) | v8::internal::ParserBase< PreParser > | inline |
| set_default_eager_compile_hint(FunctionLiteral::EagerCompileHint eager_compile_hint) | v8::internal::ParserBase< PreParser > | inline |
| set_has_module_in_scope_chain() | v8::internal::ParserBase< PreParser > | inlineprotected |
| set_preparse_data_builder(PreparseDataBuilder *preparse_data_builder) | v8::internal::PreParser | inline |
| set_stack_limit(uintptr_t stack_limit) | v8::internal::ParserBase< PreParser > | inline |
| set_stack_overflow() | v8::internal::ParserBase< PreParser > | inlineprotected |
| SetAsmModule() | v8::internal::PreParser | inlineprivate |
| SetFunctionNameFromIdentifierRef(const PreParserExpression &value, const PreParserExpression &identifier) | v8::internal::PreParser | inlineprivate |
| SetFunctionNameFromPropertyName(const PreParserExpression &property, const PreParserIdentifier &name, const AstRawString *prefix=nullptr) | v8::internal::PreParser | inlineprivate |
| SetLanguageMode(Scope *scope, LanguageMode mode) | v8::internal::PreParser | inlineprivate |
| ShortcutLiteralBinaryExpression(PreParserExpression *x, const PreParserExpression &y, Token::Value op, int pos) | v8::internal::PreParser | inlineprivate |
| SkipFunction(const AstRawString *name, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope *function_scope, int *num_parameters, int *function_length, ProducedPreparseData **produced_preparse_data) | v8::internal::PreParser | inlineprivate |
| SkipInfos(int delta) | v8::internal::ParserBase< PreParser > | inline |
| SourceRange typedef | v8::internal::ParserBase< PreParser > | |
| SourceRangeScope typedef | v8::internal::ParserBase< PreParser > | |
| stack_limit() const | v8::internal::ParserBase< PreParser > | inline |
| stack_limit_ | v8::internal::ParserBase< PreParser > | protected |
| stack_overflow() const | v8::internal::ParserBase< PreParser > | inlineprotected |
| Statement typedef | v8::internal::PreParser | |
| StatementListT typedef | v8::internal::ParserBase< PreParser > | |
| StatementT typedef | v8::internal::ParserBase< PreParser > | |
| SubFunctionKind enum name | v8::internal::ParserBase< PreParser > | protected |
| SuspendExpressionT typedef | v8::internal::ParserBase< PreParser > | |
| target_stack() | v8::internal::ParserBase< PreParser > | inlineprotected |
| TargetStackContainsLabel(const AstRawString *label) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ThisExpression() | v8::internal::PreParser | inlineprivate |
| Types typedef | v8::internal::ParserBase< PreParser > | |
| use_counts_ | v8::internal::PreParser | private |
| UseThis() | v8::internal::ParserBase< PreParser > | inlineprotected |
| v8_file_logger_ | v8::internal::ParserBase< PreParser > | protected |
| ValidateFormalParameters(LanguageMode language_mode, const FormalParametersT ¶meters, bool allow_duplicates) | v8::internal::ParserBase< PreParser > | inlineprotected |
| ValidateRegExpFlags(RegExpFlags flags) | v8::internal::ParserBase< PreParser > | protected |
| ValidateRegExpLiteral(const AstRawString *pattern, RegExpFlags flags, RegExpError *regexp_error) | v8::internal::ParserBase< PreParser > | protected |
| variable_buffer() | v8::internal::ParserBase< PreParser > | inlineprotected |
| variable_buffer_ | v8::internal::ParserBase< PreParser > | private |
| VariableDeclarationContext enum name | v8::internal::ParserBase< PreParser > | protected |
| VariableDeclarationParsingScope typedef | v8::internal::ParserBase< PreParser > | |
| VerifyCanHaveAutoAccessorOrThrow(ParsePropertyInfo *prop_info, ExpressionT name_expression, int name_token_position) | v8::internal::ParserBase< PreParser > | protected |
| zone() const | v8::internal::ParserBase< PreParser > | inline |
| zone_ | v8::internal::ParserBase< PreParser > | private |