Home
last modified time | relevance | path

Searched refs:_objs (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.js11912 this._objs = Object.create(null);
11918 if (this._objs[objId]) {
11919 return this._objs[objId];
11922 return this._objs[objId] = { property
11939 var obj = this._objs[objId];
11950 var obj = this._objs[objId];
11965 for (var objId in this._objs) {
11966 var data = this._objs[objId].data;
11973 this._objs = Object.create(null);
Dpdf.js.map1_objs = Object.create(null);\n }\n\n /**\n * Ensures there is an object defined for `objId`.\n…