Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
assertCaught
Function · 0.70
assertUncaught
Function · 0.70
debug-exceptions.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected