Lines Matching full:is_this
2563 } else if (var->is_this() && var->mode() == CONST && op == Token::INIT) {4110 bool is_this = var->HasThisName(isolate());4111 DCHECK(is_sloppy(language_mode()) || is_this);4121 context()->Plug(is_this);