v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PreParserFactory Member List

This is the complete list of members for v8::internal::PreParserFactory, including all inherited members.

ast_node_factory()v8::internal::PreParserFactoryinline
ast_node_factory_v8::internal::PreParserFactoryprivate
EmptyStatement()v8::internal::PreParserFactoryinline
NewArrayLiteral(const PreParserExpressionList &values, int first_spread_index, int pos)v8::internal::PreParserFactoryinline
NewAssignment(Token::Value op, const PreParserExpression &left, const PreParserExpression &right, int pos)v8::internal::PreParserFactoryinline
NewAsyncReturnStatement(const PreParserExpression &expression, int pos, int continuation_pos=kNoSourcePosition)v8::internal::PreParserFactoryinline
NewAwait(const PreParserExpression &expression, int pos)v8::internal::PreParserFactoryinline
NewBinaryOperation(Token::Value op, const PreParserExpression &left, const PreParserExpression &right, int pos)v8::internal::PreParserFactoryinline
NewBlock(int capacity, bool ignore_completion_value)v8::internal::PreParserFactoryinline
NewBlock(bool ignore_completion_value, bool is_breakable)v8::internal::PreParserFactoryinline
NewBlock(bool ignore_completion_value, const PreParserScopedStatementList &list)v8::internal::PreParserFactoryinline
NewBreakStatement(PreParserStatement target, int pos, int continuation_pos=kNoSourcePosition)v8::internal::PreParserFactoryinline
NewCall(PreParserExpression expression, const PreParserExpressionList &arguments, int pos, bool has_spread, int eval_scope_info_index=0, bool optional_chain=false)v8::internal::PreParserFactoryinline
NewCallNew(const PreParserExpression &expression, const PreParserExpressionList &arguments, int pos, bool has_spread)v8::internal::PreParserFactoryinline
NewCaseClause(const PreParserExpression &label, const PreParserScopedStatementList &statements)v8::internal::PreParserFactoryinline
NewClassLiteralProperty(const PreParserExpression &key, const PreParserExpression &value, ClassLiteralProperty::Kind kind, bool is_static, bool is_computed_name, bool is_private)v8::internal::PreParserFactoryinline
NewCompareOperation(Token::Value op, const PreParserExpression &left, const PreParserExpression &right, int pos)v8::internal::PreParserFactoryinline
NewConditional(const PreParserExpression &condition, const PreParserExpression &then_expression, const PreParserExpression &else_expression, int pos)v8::internal::PreParserFactoryinline
NewConditionalChain(size_t initial_size, int pos)v8::internal::PreParserFactoryinline
NewContinueStatement(PreParserStatement target, int pos, int continuation_pos=kNoSourcePosition)v8::internal::PreParserFactoryinline
NewCountOperation(Token::Value op, bool is_prefix, const PreParserExpression &expression, int pos)v8::internal::PreParserFactoryinline
NewDebuggerStatement(int pos)v8::internal::PreParserFactoryinline
NewDoWhileStatement(int pos)v8::internal::PreParserFactoryinline
NewEmptyParentheses(int pos)v8::internal::PreParserFactoryinline
NewExpressionStatement(const PreParserExpression &expr, int pos)v8::internal::PreParserFactoryinline
NewForEachStatement(ForEachStatement::VisitMode visit_mode, int pos)v8::internal::PreParserFactoryinline
NewForOfStatement(int pos, IteratorType type)v8::internal::PreParserFactoryinline
NewForStatement(int pos)v8::internal::PreParserFactoryinline
NewFunctionLiteral(const PreParserIdentifier &name, Scope *scope, const PreParserScopedStatementList &body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData *produced_preparse_data=nullptr)v8::internal::PreParserFactoryinline
NewIfStatement(const PreParserExpression &condition, PreParserStatement then_statement, PreParserStatement else_statement, int pos, SourceRange then_range={}, SourceRange else_range={})v8::internal::PreParserFactoryinline
NewImportCallExpression(const PreParserExpression &args, const ModuleImportPhase phase, int pos)v8::internal::PreParserFactoryinline
NewImportCallExpression(const PreParserExpression &specifier, const ModuleImportPhase phase, const PreParserExpression &import_options, int pos)v8::internal::PreParserFactoryinline
NewNumberLiteral(double number, int pos)v8::internal::PreParserFactoryinline
NewObjectLiteral(const PreParserExpressionList &properties, int boilerplate_properties, int pos, bool has_rest_property, Variable *home_object=nullptr)v8::internal::PreParserFactoryinline
NewObjectLiteralProperty(const PreParserExpression &key, const PreParserExpression &value, ObjectLiteralProperty::Kind kind, bool is_computed_name)v8::internal::PreParserFactoryinline
NewObjectLiteralProperty(const PreParserExpression &key, const PreParserExpression &value, bool is_computed_name)v8::internal::PreParserFactoryinline
NewOptionalChain(const PreParserExpression &expr)v8::internal::PreParserFactoryinline
NewProperty(const PreParserExpression &obj, const PreParserExpression &key, int pos, bool optional_chain=false)v8::internal::PreParserFactoryinline
NewRegExpLiteral(const AstRawString *js_pattern, int js_flags, int pos)v8::internal::PreParserFactoryinline
NewReturnStatement(const PreParserExpression &expression, int pos, int continuation_pos=kNoSourcePosition)v8::internal::PreParserFactoryinline
NewSpread(const PreParserExpression &expression, int pos, int expr_pos)v8::internal::PreParserFactoryinline
NewStringLiteral(const PreParserIdentifier &identifier, int pos)v8::internal::PreParserFactoryinline
NewSwitchStatement(const PreParserExpression &tag, int pos)v8::internal::PreParserFactoryinline
NewTheHoleLiteral()v8::internal::PreParserFactoryinline
NewUnaryOperation(Token::Value op, const PreParserExpression &expression, int pos)v8::internal::PreParserFactoryinline
NewUndefinedLiteral(int pos)v8::internal::PreParserFactoryinline
NewVariableProxy(void *variable)v8::internal::PreParserFactoryinline
NewWhileStatement(int pos)v8::internal::PreParserFactoryinline
NewWithStatement(Scope *scope, const PreParserExpression &expression, PreParserStatement statement, int pos)v8::internal::PreParserFactoryinline
NewYield(const PreParserExpression &expression, int pos, Suspend::OnAbruptResume on_abrupt_resume)v8::internal::PreParserFactoryinline
NewYieldStar(const PreParserExpression &iterable, int pos)v8::internal::PreParserFactoryinline
PreParserFactory(AstValueFactory *ast_value_factory, Zone *zone)v8::internal::PreParserFactoryinlineexplicit