Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc447 args->Add(factory()->NewSmiLiteral(message, pos), zone()); in NewThrowError()
501 return factory()->NewSmiLiteral(value, pos); in ExpressionFromLiteral()
1665 factory()->NewSmiLiteral(1, pos), pos); in RewriteReturn()
2091 factory()->NewSmiLiteral(Parser::kAbruptCompletion, nopos), nopos); in InitializeForOfStatement()
2132 factory()->NewSmiLiteral(Parser::kNormalCompletion, nopos), nopos); in InitializeForOfStatement()
2224 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2278 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2287 Expression* const0 = factory()->NewSmiLiteral(0, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2302 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2324 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
[all …]
Dpattern-rewriter.cc468 factory()->NewSmiLiteral(kAbruptCompletion, nopos), nopos); in VisitArrayLiteral()
480 factory()->NewSmiLiteral(kNormalCompletion, nopos), nopos); in VisitArrayLiteral()
/external/v8/src/ast/
Dast.h3285 Literal* NewSmiLiteral(uint32_t number, int pos) { in NewSmiLiteral() function