Lines Matching refs:_items
13370 this._items = {}; // disable /Limits output for this tree
13377 return this._items[key] = val;
13382 return this._items[key];
13390 var sortedKeys = Object.keys(this._items).sort(function (a, b) {
13405 …concat(PDFObject.convert(this._dataForKey(key)), " ").concat(PDFObject.convert(this._items[key])));
55604 this._items = [];
55608 if (this._items[index] == null) {
55611 this._items[index] = this.type.decode(this.stream, this.parent);
55614 return this._items[index];
67632 if (node.toc._items.length > 0) {
67637 for (var i = 0, l = node.toc._items.length; i < l; i++) {
67638 var item = node.toc._items[i];
68330 this.tocs[tocItemId] = { toc: { _items: [], _pseudo: true } };
68334 node.id = 'toc-' + tocItemId + '-' + this.tocs[tocItemId].toc._items.length;
68341 this.tocs[tocItemId].toc._items.push(tocItemRef);
68412 node.toc._items = [];
68419 node.toc._items = this.tocs[node.toc.id].toc._items;