Home
last modified time | relevance | path

Searched refs:thisp (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/npm/node_modules/yallist/
Dyallist.js151 Yallist.prototype.forEach = function (fn, thisp) { argument
152 thisp = thisp || this
154 fn.call(thisp, walker.value, i, this)
159 Yallist.prototype.forEachReverse = function (fn, thisp) { argument
160 thisp = thisp || this
162 fn.call(thisp, walker.value, i, this)
187 Yallist.prototype.map = function (fn, thisp) { argument
188 thisp = thisp || this
191 res.push(fn.call(thisp, walker.value, this))
197 Yallist.prototype.mapReverse = function (fn, thisp) { argument
[all …]
DREADME.md86 #### yallist.forEach(fn, [thisp])
90 #### yallist.forEachReverse(fn, [thisp])
103 #### yallist.map(fn, thisp)
108 #### yallist.mapReverse(fn, thisp)
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/yallist/
Dyallist.js150 Yallist.prototype.forEach = function (fn, thisp) { argument
151 thisp = thisp || this
153 fn.call(thisp, walker.value, i, this)
158 Yallist.prototype.forEachReverse = function (fn, thisp) { argument
159 thisp = thisp || this
161 fn.call(thisp, walker.value, i, this)
186 Yallist.prototype.map = function (fn, thisp) { argument
187 thisp = thisp || this
190 res.push(fn.call(thisp, walker.value, this))
196 Yallist.prototype.mapReverse = function (fn, thisp) { argument
[all …]
DREADME.md86 #### yallist.forEach(fn, [thisp])
90 #### yallist.forEachReverse(fn, [thisp])
103 #### yallist.map(fn, thisp)
108 #### yallist.mapReverse(fn, thisp)
/third_party/node/deps/npm/node_modules/tar/node_modules/yallist/
Dyallist.js153 Yallist.prototype.forEach = function (fn, thisp) { argument
154 thisp = thisp || this
156 fn.call(thisp, walker.value, i, this)
161 Yallist.prototype.forEachReverse = function (fn, thisp) { argument
162 thisp = thisp || this
164 fn.call(thisp, walker.value, i, this)
189 Yallist.prototype.map = function (fn, thisp) { argument
190 thisp = thisp || this
193 res.push(fn.call(thisp, walker.value, this))
199 Yallist.prototype.mapReverse = function (fn, thisp) { argument
[all …]
DREADME.md86 #### yallist.forEach(fn, [thisp])
90 #### yallist.forEachReverse(fn, [thisp])
103 #### yallist.map(fn, thisp)
108 #### yallist.mapReverse(fn, thisp)
/third_party/node/deps/npm/node_modules/lru-cache/
Dindex.js102 rforEach (fn, thisp) { argument
103 thisp = thisp || this
106 forEachStep(this, fn, walker, thisp)
111 forEach (fn, thisp) { argument
112 thisp = thisp || this
115 forEachStep(this, fn, walker, thisp)
323 const forEachStep = (self, fn, node, thisp) => { argument
331 fn.call(thisp, hit.value, hit.key, self)
DREADME.md123 * `forEach(function(value,key,cache), [thisp])`
129 * `rforEach(function(value,key,cache), [thisp])`
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/
Dindex.js149 LRUCache.prototype.rforEach = function (fn, thisp) { argument
150 thisp = thisp || this
153 forEachStep(this, fn, walker, thisp)
158 function forEachStep (self, fn, node, thisp) { argument
167 fn.call(thisp, hit.value, hit.key, self)
171 LRUCache.prototype.forEach = function (fn, thisp) { argument
172 thisp = thisp || this
175 forEachStep(this, fn, walker, thisp)
DREADME.md115 * `forEach(function(value,key,cache), [thisp])`
121 * `rforEach(function(value,key,cache), [thisp])`
/third_party/node/deps/npm/node_modules/pseudomap/
Dpseudomap.js26 PseudoMap.prototype.forEach = function (fn, thisp) { argument
27 thisp = thisp || this
30 fn.call(thisp, this._data[k].value, this._data[k].key)
/third_party/python/Modules/
Dsre_lib.h20 Py_ssize_t thisp, thatp; in SRE() local
49 thisp = ((void*) ptr < state->end) ? in SRE()
51 return thisp != thatp; in SRE()
58 thisp = ((void*) ptr < state->end) ? in SRE()
60 return thisp == thatp; in SRE()
67 thisp = ((void*) ptr < state->end) ? in SRE()
69 return thisp != thatp; in SRE()
76 thisp = ((void*) ptr < state->end) ? in SRE()
78 return thisp == thatp; in SRE()
85 thisp = ((void*) ptr < state->end) ? in SRE()
[all …]
/third_party/node/deps/npm/node_modules/proto-list/
Dproto-list.js74 , forEach : function (fn, thisp) { argument
75 for (var key in this.list[0]) fn.call(thisp, key, this.list[0][key])
/third_party/node/tools/
Dlint-md.mjs17175 Yallist$1.prototype.forEach = function (fn, thisp) { argument
17176 thisp = thisp || this;
17178 fn.call(thisp, walker.value, i, this);
17183 Yallist$1.prototype.forEachReverse = function (fn, thisp) { argument
17184 thisp = thisp || this;
17186 fn.call(thisp, walker.value, i, this);
17211 Yallist$1.prototype.map = function (fn, thisp) { argument
17212 thisp = thisp || this;
17215 res.push(fn.call(thisp, walker.value, this));
17221 Yallist$1.prototype.mapReverse = function (fn, thisp) { argument
[all …]