Searched refs:NewUndefinedLiteral (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/parsing/ |
D | rewriter.cc | 116 Expression* undef = factory()->NewUndefinedLiteral(kNoSourcePosition); in AssignUndefinedBefore() 426 Expression* undef = node_factory->NewUndefinedLiteral(kNoSourcePosition); in Rewrite()
|
D | pattern-rewriter.cc | 293 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in VisitRewritableExpression() 480 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in VisitArrayLiteral() 686 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in VisitAssignment()
|
D | parser.cc | 363 if (value == nullptr) value = factory()->NewUndefinedLiteral(pos); in BuildIteratorResult() 1613 factory()->NewUndefinedLiteral(kNoSourcePosition), pos); in RewriteReturn() 1665 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition), in RewriteSwitchStatement() 2250 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition), in DesugarLexicalBindingsInForStatement() 2870 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition), in BuildAssertIsCoercible() 2953 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in BuildParameterInitializationBlock() 3294 return factory()->NewUndefinedLiteral(position); in GetLiteralUndefined() 3742 args->InsertAt(1, factory()->NewUndefinedLiteral(kNoSourcePosition), in SpreadCall() 4261 factory()->NewUndefinedLiteral(nopos), nopos); in RewriteYieldStar() 4284 factory()->NewUndefinedLiteral(nopos), nopos); in RewriteYieldStar()
|
D | preparser.h | 567 PreParserExpression NewUndefinedLiteral(int pos) { in NewUndefinedLiteral() function
|
D | parser-base.h | 2344 value = factory()->NewUndefinedLiteral(kNoSourcePosition); in ParseClassFieldForInitializer() 4372 return_value = factory()->NewUndefinedLiteral(kNoSourcePosition); in ParseAsyncFunctionBody()
|
/external/v8/src/ast/ |
D | ast.h | 3331 Literal* NewUndefinedLiteral(int pos) { in NewUndefinedLiteral() function 3486 if (!expression) expression = NewUndefinedLiteral(pos); in NewYield()
|