Home
last modified time | relevance | path

Searched refs:runStores (Results 1 - 4 of 4) sorted by relevance

/third_party/node/benchmark/async_hooks/
H A Dasync-local-storage-propagate-asyncresource.js21 function runStores(stores, value, cb, idx = 0) { function
26 runStores(stores, value, cb, idx + 1);
41 runStores(stores, contextValue, () => {
H A Dasync-local-storage-propagate-promise.js21 function runStores(stores, value, cb, idx = 0) { function
26 runStores(stores, value, cb, idx + 1);
42 runStores(stores, contextValue, () => {
H A Dasync-local-storage-getstore-nested-run.js27 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 Ddiagnostics_channel.js150 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 2 milliseconds