Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-microtask-queue-run-immediate.js26 function enqueueMicrotask(fn) { function
38 enqueueMicrotask(function() {
48 enqueueMicrotask(function() {
H A Dtest-microtask-queue-run.js26 function enqueueMicrotask(fn) { function
38 enqueueMicrotask(function() {
48 enqueueMicrotask(function() {
/third_party/node/lib/internal/process/
H A Dtask_queues.js15 enqueueMicrotask,
158 enqueueMicrotask(FunctionPrototypeBind(runMicrotask, asyncResource));
/third_party/node/lib/internal/
H A Dasync_hooks.js81 const { enqueueMicrotask } = internalBinding('task_queue');
401 enqueueMicrotask(disablePromiseHookIfNecessary);

Completed in 2 milliseconds