Searched refs:NewNullLiteral (Results 1 – 2 of 2) sorted by relevance
494 return factory()->NewNullLiteral(pos); in ExpressionFromLiteral()2857 factory()->NewNullLiteral(kNoSourcePosition), kNoSourcePosition), in BuildAssertIsCoercible()4743 factory()->NewNullLiteral(nopos), nopos); in RewriteYieldStar()5061 factory()->NewNullLiteral(nopos), nopos); in BuildIteratorClose()5384 factory()->NewNullLiteral(nopos), nopos); in BuildIteratorCloseForCompletion()
3293 Literal* NewNullLiteral(int pos) { in NewNullLiteral() function