Lines Matching full:is_this
2558 } else if (var->is_this() && var->mode() == CONST && op == Token::INIT) {4118 bool is_this = var->HasThisName(isolate());4119 DCHECK(is_sloppy(language_mode()) || is_this);4129 context()->Plug(is_this);