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

/external/chromium_org/v8/src/
H A Dparser.cc503 return factory->NewBooleanLiteral(!condition, pos);
683 return factory->NewBooleanLiteral(true, pos);
685 return factory->NewBooleanLiteral(false, pos);
H A Dast.h3293 Literal* NewBooleanLiteral(bool b, int pos) { function in class:v8::internal::BASE_EMBEDDED

Completed in 103 milliseconds