Searched refs:entries2 (Results 1 – 2 of 2) sorted by relevance
715 …var entries2 = (function (a) { var i = 0; return { next: function () { return i < a.length ? a[i++… method717 while ((entries2.hasNext())) {718 var entry = entries2.next();
6285 function write_PropertySetStream(entries, clsid, RE, PIDSI/*:{[key:string|number]:any}*/, entries2/… argument6286 var hdr = new_buf(entries2 ? 68 : 48);6292 hdr.write_shift(4, (entries2 ? 2 : 1));6294 hdr.write_shift(4, (entries2 ? 68 : 48));6298 if(entries2) {6299 var ps1 = write_PropertySet(entries2, null, null);