Lines Matching refs:NewSmiLiteral
555 args->Add(parser_->factory()->NewSmiLiteral(message, pos), zone); in NewThrowError()
706 return factory->NewSmiLiteral(value, pos); in ExpressionFromLiteral()
2759 factory()->NewSmiLiteral(1, pos), pos); in ParseReturnStatement()
3371 Expression* const1 = factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3429 factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3439 factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3454 Expression* const1 = factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3476 Expression* const1 = factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3490 factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3524 factory()->NewSmiLiteral(1, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
5393 args->Add(factory()->NewSmiLiteral(hash_obj->value(), pos), zone()); in CloseTemplateLiteral()
6069 Expression* knext = factory->NewSmiLiteral(JSGeneratorObject::kNext, nopos); in RewriteYieldStar()
6202 factory->NewSmiLiteral(Parser::kNormalCompletion, nopos)); in RewriteYieldStar()
6267 factory->NewSmiLiteral(JSGeneratorObject::kReturn, nopos); in RewriteYieldStar()
6286 Expression* knext = factory->NewSmiLiteral(JSGeneratorObject::kNext, nopos); in RewriteYieldStar()
6298 factory->NewSmiLiteral(JSGeneratorObject::kThrow, nopos); in RewriteYieldStar()
6323 factory->NewSmiLiteral(JSGeneratorObject::kReturn, nopos); in RewriteYieldStar()
6410 Expression* knext = factory->NewSmiLiteral(JSGeneratorObject::kNext, nopos); in RewriteYieldStar()
6412 factory->NewSmiLiteral(JSGeneratorObject::kReturn, nopos); in RewriteYieldStar()
6414 factory->NewSmiLiteral(JSGeneratorObject::kThrow, nopos); in RewriteYieldStar()
6618 factory->NewSmiLiteral(Parser::kNormalCompletion, nopos), nopos); in FinalizeIteratorUse()
6627 factory->NewSmiLiteral(Parser::kAbruptCompletion, nopos), nopos); in FinalizeIteratorUse()
6632 factory->NewSmiLiteral(Parser::kThrowCompletion, nopos), nopos); in FinalizeIteratorUse()
6840 factory->NewSmiLiteral(Parser::kThrowCompletion, nopos), nopos); in BuildIteratorCloseForCompletion()
6927 factory->NewSmiLiteral(Parser::kNormalCompletion, nopos), nopos); in FinalizeForOfStatement()
6942 factory->NewSmiLiteral(Parser::kNormalCompletion, nopos), nopos); in FinalizeForOfStatement()
6956 factory->NewSmiLiteral(Parser::kAbruptCompletion, nopos), nopos); in FinalizeForOfStatement()