Searched refs:runStores (Results 1 - 4 of 4) sorted by relevance
/third_party/node/benchmark/async_hooks/ |
H A D | async-local-storage-propagate-asyncresource.js | 21 function runStores(stores, value, cb, idx = 0) { function 26 runStores(stores, value, cb, idx + 1); 41 runStores(stores, contextValue, () => {
|
H A D | async-local-storage-propagate-promise.js | 21 function runStores(stores, value, cb, idx = 0) { function 26 runStores(stores, value, cb, idx + 1); 42 runStores(stores, contextValue, () => {
|
H A D | async-local-storage-getstore-nested-run.js | 27 function runStores(stores, value, cb, idx = 0) { function 32 runStores(stores, value, cb, idx + 1); 41 runStores(stores, contextValue, () => {
|
/third_party/node/lib/ |
H A D | diagnostics_channel.js | 150 runStores(data, fn, thisArg, ...args) { 205 runStores(data, fn, thisArg, ...args) { 306 return start.runStores(context, () => { 341 return start.runStores(context, () => { 370 // Using runStores here enables manual context failure recovery 371 asyncStart.runStores(context, () => { 388 return start.runStores(context, () => {
|
Completed in 3 milliseconds