Searched refs:thisp (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/yallist/ |
H A D | yallist.js | 153 Yallist.prototype.forEach = function (fn, thisp) { 154 thisp = thisp || this 156 fn.call(thisp, walker.value, i, this) 161 Yallist.prototype.forEachReverse = function (fn, thisp) { 162 thisp = thisp || this 164 fn.call(thisp, walker.value, i, this) 189 Yallist.prototype.map = function (fn, thisp) { 190 thisp [all...] |
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 102 rforEach (fn, thisp) { 103 thisp = thisp || this 106 forEachStep(this, fn, walker, thisp) 111 forEach (fn, thisp) { 112 thisp = thisp || this 115 forEachStep(this, fn, walker, thisp) 323 const forEachStep = (self, fn, node, thisp) => { 331 fn.call(thisp, hi [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 20 Py_ssize_t thisp, thatp; in at() local 49 thisp = ((void*) ptr < state->end) ? in at() 51 return thisp != thatp; in at() 58 thisp = ((void*) ptr < state->end) ? in at() 60 return thisp == thatp; in at() 67 thisp = ((void*) ptr < state->end) ? in at() 69 return thisp != thatp; in at() 76 thisp = ((void*) ptr < state->end) ? in at() 78 return thisp == thatp; in at() 85 thisp in at() [all...] |
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 704 forEach(fn, thisp = this) { 712 fn.call(thisp, value, this.#keyList[i], this); 719 rforEach(fn, thisp = this) { 727 fn.call(thisp, value, this.#keyList[i], this);
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 701 forEach(fn, thisp = this) { 709 fn.call(thisp, value, this.#keyList[i], this); 716 rforEach(fn, thisp = this) { 724 fn.call(thisp, value, this.#keyList[i], this);
|
Completed in 4 milliseconds