Searched refs:NewUndefinedLiteral (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 354 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in VisitRewritableAssignmentExpression() 454 assign_to_done, factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in VisitArrayLiteral() 537 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in VisitAssignment()
|
D | rewriter.cc | 95 Expression* undef = factory()->NewUndefinedLiteral(RelocInfo::kNoPosition); in AssignUndefinedBefore() 392 node_factory->NewUndefinedLiteral(RelocInfo::kNoPosition); in Rewrite()
|
D | parser.cc | 2763 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), pos); in ParseReturnStatement() 2917 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in ParseSwitchStatement() 3375 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in DesugarLexicalBindingsInForStatement() 4436 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in BuildAssertIsCoercible() 4522 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in BuildParameterInitializationBlock() 4624 factory()->NewUndefinedLiteral(RelocInfo::kNoPosition); in ParseEagerFunctionBody() 4899 return factory()->NewUndefinedLiteral(position); in GetLiteralUndefined() 5364 args->InsertAt(1, factory()->NewUndefinedLiteral(RelocInfo::kNoPosition), in SpreadCall()
|
/external/v8/src/ast/ |
D | ast.h | 3256 Literal* NewUndefinedLiteral(int pos) { in NewUndefinedLiteral() function 3431 if (!expression) expression = NewUndefinedLiteral(pos); in NewYield()
|