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