V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::PreParserFactory Member List

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

ast_node_factory() (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
EmptyStatement() (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewArrayLiteral(const PreParserExpressionList &values, int first_spread_index, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewAssignment(Token::Value op, const PreParserExpression &left, const PreParserExpression &right, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewAsyncReturnStatement(const PreParserExpression &expression, int pos, int continuation_pos=kNoSourcePosition) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewAwait(const PreParserExpression &expression, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewBinaryOperation(Token::Value op, const PreParserExpression &left, const PreParserExpression &right, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewBlock(int capacity, bool ignore_completion_value) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewBlock(bool ignore_completion_value, ZonePtrList< const AstRawString > *labels) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewBlock(bool ignore_completion_value, const PreParserScopedStatementList &list) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewBreakStatement(PreParserStatement target, int pos, int continuation_pos=kNoSourcePosition) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewCall(PreParserExpression expression, const PreParserExpressionList &arguments, int pos, Call::PossiblyEval possibly_eval=Call::NOT_EVAL) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewCallNew(const PreParserExpression &expression, const PreParserExpressionList &arguments, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewCallRuntime(Runtime::FunctionId id, ZoneChunkList< PreParserExpression > *arguments, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewCaseClause(const PreParserExpression &label, const PreParserScopedStatementList &statements) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewClassLiteralProperty(const PreParserExpression &key, const PreParserExpression &value, ClassLiteralProperty::Kind kind, bool is_static, bool is_computed_name, bool is_private) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewCompareOperation(Token::Value op, const PreParserExpression &left, const PreParserExpression &right, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewConditional(const PreParserExpression &condition, const PreParserExpression &then_expression, const PreParserExpression &else_expression, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewContinueStatement(PreParserStatement target, int pos, int continuation_pos=kNoSourcePosition) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewCountOperation(Token::Value op, bool is_prefix, const PreParserExpression &expression, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewDebuggerStatement(int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewDoWhileStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewEmptyParentheses(int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewExpressionStatement(const PreParserExpression &expr, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewForEachStatement(ForEachStatement::VisitMode visit_mode, ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewForOfStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewForStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, int pos) (defined in v8::internal::PreParserFactory)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, FunctionLiteral::FunctionType function_type, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreParsedScopeData *produced_preparsed_scope_data=nullptr) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewIfStatement(const PreParserExpression &condition, PreParserStatement then_statement, PreParserStatement else_statement, int pos, SourceRange then_range={}, SourceRange else_range={}) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewImportCallExpression(const PreParserExpression &args, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewNumberLiteral(double number, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewObjectLiteral(const PreParserExpressionList &properties, int boilerplate_properties, int pos, bool has_rest_property) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewObjectLiteralProperty(const PreParserExpression &key, const PreParserExpression &value, ObjectLiteralProperty::Kind kind, bool is_computed_name) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewObjectLiteralProperty(const PreParserExpression &key, const PreParserExpression &value, bool is_computed_name) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewProperty(const PreParserExpression &obj, const PreParserExpression &key, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewRegExpLiteral(const PreParserIdentifier &js_pattern, int js_flags, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewReturnStatement(const PreParserExpression &expression, int pos, int continuation_pos=kNoSourcePosition) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewRewritableExpression(const PreParserExpression &expression, Scope *scope) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewSpread(const PreParserExpression &expression, int pos, int expr_pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewStringLiteral(const PreParserIdentifier &identifier, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewSwitchStatement(ZonePtrList< const AstRawString > *labels, const PreParserExpression &tag, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewTaggedTemplate(PreParserExpression expression, const PreParserExpressionList &arguments, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewTheHoleLiteral() (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewUnaryOperation(Token::Value op, const PreParserExpression &expression, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewUndefinedLiteral(int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewVariableProxy(void *variable) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewWhileStatement(ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewWithStatement(Scope *scope, const PreParserExpression &expression, PreParserStatement statement, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewYield(const PreParserExpression &expression, int pos, Suspend::OnAbruptResume on_abrupt_resume) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
NewYieldStar(const PreParserExpression &iterable, int pos) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinline
PreParserFactory(AstValueFactory *ast_value_factory, Zone *zone) (defined in v8::internal::PreParserFactory)v8::internal::PreParserFactoryinlineexplicit