Home | History | Annotate | Download | only in src

Lines Matching defs:is_this

1645   bool is_this() const { return is_this_; }
1664 VariableProxy(Zone* zone, const AstRawString* name, bool is_this,
2574 DCHECK(this_var->is_this());
3376 bool is_this,
3380 VariableProxy(zone_, name, is_this, interface, position, id_gen_);