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

Function f

deps/v8/test/debugger/debug/debug-exceptions.js:78–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 };
77 let iterable = {[Symbol.iterator]() {return iter}};
78 function* f() { yield* iterable }
79
80 let g = f();
81 g.next();

Callers 3

assertCaughtFunction · 0.70
assertUncaughtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected