Lines Matching full:is_this
348 property->obj()->AsVariableProxy()->is_this();354 return operand != NULL && !operand->is_this();2512 bool is_this = peek() == Token::THIS;2515 if (is_this) {2531 is_this2550 !expr->AsVariableProxy()->is_this()) {