Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ g
Function
g
deps/v8/test/mjsunit/try-finally-in-for-of.js:8–13 ·
view source on GitHub ↗
(e,b)
Source
from the content-addressed store, hash-verified
6
7
function
f(b) {
if
(b) throw
"help"
}
8
function
g(e,b) {
9
for
(
const
x of e) {
10
try {} finally {}
11
f(b);
12
}
13
}
14
15
function
h() {
16
try {
Callers
1
try-finally-in-for-of.js
File · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected