Home
last modified time | relevance | path

Searched refs:NewSmiLiteral (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dparser.cc555 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()
[all …]
Dpattern-rewriter.cc557 factory()->NewSmiLiteral(kAbruptCompletion, nopos), nopos); in VisitArrayLiteral()
569 factory()->NewSmiLiteral(kNormalCompletion, nopos), nopos); in VisitArrayLiteral()
/external/v8/src/ast/
Dast.h3248 Literal* NewSmiLiteral(int number, int pos) { in NewSmiLiteral() function