Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc503 return factory->NewBooleanLiteral(!condition, pos); in BuildUnaryExpression()
683 return factory->NewBooleanLiteral(true, pos); in ExpressionFromLiteral()
685 return factory->NewBooleanLiteral(false, pos); in ExpressionFromLiteral()
Dast.h3293 Literal* NewBooleanLiteral(bool b, int pos) { in NewBooleanLiteral() function