MCPcopy Index your code
hub / github.com/nodejs/node / run

Function run

test/parallel/test-events-on-async-iterator.js:406–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

404}
405
406async function run() {
407 const funcs = [
408 basic,
409 invalidArgType,
410 error,
411 errorDelayed,
412 throwInLoop,
413 next,
414 nextError,
415 iterableThrow,
416 eventTarget,
417 errorListenerCount,
418 nodeEventTarget,
419 abortableOnBefore,
420 abortableOnAfter,
421 eventTargetAbortableOnBefore,
422 eventTargetAbortableOnAfter,
423 eventTargetAbortableOnAfter2,
424 abortableOnAfterDone,
425 abortListenerRemovedAfterComplete,
426 ];
427
428 for (const fn of funcs) {
429 await fn();
430 }
431}
432
433run().then(common.mustCall());

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected