Home | History | Annotate | Download | only in inspector

Lines Matching refs:_items

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