Home | History | Annotate | Download | only in inspector

Lines Matching refs:_items

310         this._items = Object.create(null);
321 return key in this._items;
330 return this._items[key];
341 this._items[key] = item;