Home
last modified time | relevance | path

Searched refs:Yallist (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/yallist/
Dyallist.js2 module.exports = Yallist
4 Yallist.Node = Node
5 Yallist.create = Yallist
7 function Yallist (list) { class
9 if (!(self instanceof Yallist)) {
10 self = new Yallist()
30 Yallist.prototype.removeNode = function (node) {
59 Yallist.prototype.unshiftNode = function (node) {
82 Yallist.prototype.pushNode = function (node) {
105 Yallist.prototype.push = function () {
[all …]
Diterator.js2 module.exports = function (Yallist) { argument
3 Yallist.prototype[Symbol.iterator] = function* () { class
DREADME.md54 ### Yallist subsection
65 ### Yallist.create(..)
67 Alias for Yallist function. Some people like factories.
105 Create a new Yallist with the result of calling the function on each
138 Just like Array.slice, but returns a new Yallist.
180 ### Yallist.Node
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/yallist/
Dyallist.js1 module.exports = Yallist
3 Yallist.Node = Node
4 Yallist.create = Yallist
6 function Yallist (list) { class
8 if (!(self instanceof Yallist)) {
9 self = new Yallist()
29 Yallist.prototype.removeNode = function (node) {
58 Yallist.prototype.unshiftNode = function (node) {
81 Yallist.prototype.pushNode = function (node) {
104 Yallist.prototype.push = function () {
[all …]
Diterator.js1 var Yallist = require('./yallist.js') variable
3 Yallist.prototype[Symbol.iterator] = function* () { class
DREADME.md54 ### Yallist subsection
65 ### Yallist.create(..)
67 Alias for Yallist function. Some people like factories.
105 Create a new Yallist with the result of calling the function on each
138 Just like Array.slice, but returns a new Yallist.
180 ### Yallist.Node
/third_party/node/deps/npm/node_modules/tar/node_modules/yallist/
Dyallist.js2 module.exports = Yallist
4 Yallist.Node = Node
5 Yallist.create = Yallist
7 function Yallist (list) { class
9 if (!(self instanceof Yallist)) {
10 self = new Yallist()
30 Yallist.prototype.removeNode = function (node) {
61 Yallist.prototype.unshiftNode = function (node) {
84 Yallist.prototype.pushNode = function (node) {
107 Yallist.prototype.push = function () {
[all …]
Diterator.js2 module.exports = function (Yallist) { argument
3 Yallist.prototype[Symbol.iterator] = function* () { class
DREADME.md54 ### Yallist subsection
65 ### Yallist.create(..)
67 Alias for Yallist function. Some people like factories.
105 Create a new Yallist with the result of calling the function on each
138 Just like Array.slice, but returns a new Yallist.
180 ### Yallist.Node
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/
Dindex.js3 const Yallist = require('yallist') constant
60 this.pipes = new Yallist()
61 this.buffer = new Yallist()
186 this.buffer = new Yallist([
190 this.buffer = new Yallist([
517 this.buffer = new Yallist()
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/
Dindex.js3 const Yallist = require('yallist') constant
60 this.pipes = new Yallist()
61 this.buffer = new Yallist()
186 this.buffer = new Yallist([
190 this.buffer = new Yallist([
517 this.buffer = new Yallist()
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js3 const Yallist = require('yallist') constant
60 this.pipes = new Yallist()
61 this.buffer = new Yallist()
186 this.buffer = new Yallist([
190 this.buffer = new Yallist([
517 this.buffer = new Yallist()
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/
Dindex.js3 const Yallist = require('yallist') constant
60 this.pipes = new Yallist()
61 this.buffer = new Yallist()
186 this.buffer = new Yallist([
190 this.buffer = new Yallist([
517 this.buffer = new Yallist()
/third_party/node/deps/npm/node_modules/lru-cache/
Dindex.js4 const Yallist = require('yallist') constant
136 this[LRU_LIST] = new Yallist() // list of items in order of use recency
/third_party/node/deps/npm/node_modules/tar/lib/
Dparse.js27 const Yallist = require('yallist') constant
87 this[QUEUE] = new Yallist()
Dpack.js33 const Yallist = require('yallist') constant
100 this[QUEUE] = new Yallist
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/
Dindex.js11 var Yallist = require('yallist') variable
202 this[LRU_LIST] = new Yallist() // list of items in order of use recency
/third_party/node/tools/
Dlint-md.mjs17016 var iterator = function (Yallist) { argument
17017 Yallist.prototype[Symbol.iterator] = function* () { class
17024 var yallist = Yallist$1;
17026 Yallist$1.Node = Node;
17027 Yallist$1.create = Yallist$1;
17029 function Yallist$1 (list) {
17031 if (!(self instanceof Yallist$1)) {
17032 self = new Yallist$1();
17052 Yallist$1.prototype.removeNode = function (node) {
17083 Yallist$1.prototype.unshiftNode = function (node) {
[all …]