Searched refs:NewSmiLiteral (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 377 args->Add(factory()->NewSmiLiteral(message, pos), zone()); in NewThrowError() 431 return factory()->NewSmiLiteral(value, pos); in ExpressionFromLiteral() 1608 factory()->NewSmiLiteral(1, pos), pos); in RewriteReturn() 2105 factory()->NewSmiLiteral(Parser::kAbruptCompletion, nopos), nopos); in InitializeForOfStatement() 2146 factory()->NewSmiLiteral(Parser::kNormalCompletion, nopos), nopos); in InitializeForOfStatement() 2239 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2293 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2302 Expression* const0 = factory()->NewSmiLiteral(0, kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2317 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2339 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement() [all …]
|
D | pattern-rewriter.cc | 540 factory()->NewSmiLiteral(kAbruptCompletion, nopos), nopos); in VisitArrayLiteral() 552 factory()->NewSmiLiteral(kNormalCompletion, nopos), nopos); in VisitArrayLiteral()
|
/external/v8/src/ast/ |
D | ast.h | 3319 Literal* NewSmiLiteral(uint32_t number, int pos) { in NewSmiLiteral() function
|