Searched refs:ToBooleanIsTrue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dtyping.cc156 if (!stmt->condition()->ToBooleanIsTrue() &&
252 if (!stmt->cond()->ToBooleanIsTrue()) {
269 if (!stmt->cond()->ToBooleanIsTrue()) {
H A Dast.h328 virtual bool ToBooleanIsTrue() const { return false; } function in class:v8::internal::Expression
1363 virtual bool ToBooleanIsTrue() const OVERRIDE {
H A Dhydrogen.cc4606 if (stmt->condition()->ToBooleanIsTrue()) {
4962 if (body_exit != NULL && !stmt->cond()->ToBooleanIsTrue()) {
5004 if (!stmt->cond()->ToBooleanIsTrue()) {
10550 if (expr->left()->ToBooleanIsTrue() || expr->left()->ToBooleanIsFalse()) {
10555 if (is_logical_and == expr->left()->ToBooleanIsTrue()) {

Completed in 191 milliseconds