Searched refs:NewBooleanLiteral (Results 1 – 3 of 3) sorted by relevance
420 factory()->NewBooleanLiteral(false, RelocInfo::kNoPosition)); in VisitArrayLiteral()
458 return factory->NewBooleanLiteral(!condition, pos); in BuildUnaryExpression()659 return factory->NewBooleanLiteral(true, pos); in ExpressionFromLiteral()661 return factory->NewBooleanLiteral(false, pos); in ExpressionFromLiteral()
3246 Literal* NewBooleanLiteral(bool b, int pos) { in NewBooleanLiteral() function