Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparser.cc290 args.Add(factory()->NewSmiLiteral(static_cast<int>(message), pos)); in NewThrowError()
341 return factory()->NewSmiLiteral(value, pos); in ExpressionFromLiteral()
2339 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2393 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2402 Expression* const0 = factory()->NewSmiLiteral(0, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2417 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2439 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2452 Expression* const0 = factory()->NewSmiLiteral(0, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2485 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
/third_party/node/deps/v8/src/ast/
Dast.cc1108 return NewSmiLiteral(int_value, pos); in NewNumberLiteral()
Dast.h3004 Literal* NewSmiLiteral(int number, int pos) { in NewSmiLiteral() function