Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/filelist/ !
Dindex.js244 this.pendingAdd = []; property
375 this.pendingAdd = this.pendingAdd.concat(items);
435 while ((item = this.pendingAdd.shift())) {
460 this.pendingAdd = []; property
485 clone.pendingAdd = list.pendingAdd;
Dindex.d.ts93 pendingAdd: string[]