Home
last modified time | relevance | path

Searched refs:NewUndefinedLiteral (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/parsing/
Drewriter.cc116 Expression* undef = factory()->NewUndefinedLiteral(kNoSourcePosition); in AssignUndefinedBefore()
426 Expression* undef = node_factory->NewUndefinedLiteral(kNoSourcePosition); in Rewrite()
Dpattern-rewriter.cc293 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in VisitRewritableExpression()
480 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in VisitArrayLiteral()
686 factory()->NewUndefinedLiteral(kNoSourcePosition), kNoSourcePosition); in VisitAssignment()
Dparser.cc363 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()
Dpreparser.h567 PreParserExpression NewUndefinedLiteral(int pos) { in NewUndefinedLiteral() function
Dparser-base.h2344 value = factory()->NewUndefinedLiteral(kNoSourcePosition); in ParseClassFieldForInitializer()
4372 return_value = factory()->NewUndefinedLiteral(kNoSourcePosition); in ParseAsyncFunctionBody()
/external/v8/src/ast/
Dast.h3331 Literal* NewUndefinedLiteral(int pos) { in NewUndefinedLiteral() function
3486 if (!expression) expression = NewUndefinedLiteral(pos); in NewYield()