Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpattern-rewriter.cc455 CreateTempVar(factory()->NewBooleanLiteral(false, kNoSourcePosition)); in VisitArrayLiteral()
509 factory()->NewBooleanLiteral(false, kNoSourcePosition), in VisitArrayLiteral()
528 factory()->NewBooleanLiteral(true, nopos), nopos), in VisitArrayLiteral()
609 factory()->NewBooleanLiteral(true, nopos), nopos), in VisitArrayLiteral()
638 factory()->NewBooleanLiteral(false, nopos), nopos), in VisitArrayLiteral()
Dparser.cc264 return factory()->NewBooleanLiteral(literal->ToBooleanIsFalse(), pos); in BuildUnaryExpression()
333 return factory()->NewBooleanLiteral(true, pos); in ExpressionFromLiteral()
335 return factory()->NewBooleanLiteral(false, pos); in ExpressionFromLiteral()
2988 args->Add(factory()->NewBooleanLiteral(function_state_->CanSuspend(), in BuildRejectPromiseOnException()
3026 args->Add(factory()->NewBooleanLiteral(false, pos), zone()); in BuildRejectPromise()
/external/v8/src/ast/
Dast.h3003 Literal* NewBooleanLiteral(bool b, int pos) { in NewBooleanLiteral() function