Home | History | Annotate | Download | only in src

Lines Matching refs:is_this

1000              && property->obj()->AsVariableProxy()->is_this();
2382 !expr->AsVariableProxy()->is_this()) {
3072 property->obj()->AsVariableProxy()->is_this()) {
3271 if (operand != NULL && !operand->is_this()) {
4855 if (lhs != NULL && !lhs->is_this() && IsEvalOrArguments(lhs->name())) {