Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpattern-rewriter.cc365 CreateTempVar(factory()->NewBooleanLiteral(false, kNoSourcePosition)); in VisitArrayLiteral()
421 factory()->NewBooleanLiteral(false, kNoSourcePosition), in VisitArrayLiteral()
442 factory()->NewBooleanLiteral(true, nopos), nopos), in VisitArrayLiteral()
517 factory()->NewBooleanLiteral(true, nopos), nopos), in VisitArrayLiteral()
546 factory()->NewBooleanLiteral(false, nopos), nopos), in VisitArrayLiteral()
Dparser.cc394 return factory()->NewBooleanLiteral(!condition, pos); in BuildUnaryExpression()
437 args->Add(factory()->NewBooleanLiteral(done, pos), zone()); in BuildIteratorResult()
496 return factory()->NewBooleanLiteral(true, pos); in ExpressionFromLiteral()
498 return factory()->NewBooleanLiteral(false, pos); in ExpressionFromLiteral()
3588 : factory()->NewBooleanLiteral(false, kNoSourcePosition); in RewriteClassLiteral()
4972 loop->Initialize(factory()->NewBooleanLiteral(true, nopos), loop_body); in RewriteYieldStar()
/external/v8/src/ast/
Dast.h3289 Literal* NewBooleanLiteral(bool b, int pos) { in NewBooleanLiteral() function