MCPcopy 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
7function f(b) { if (b) throw "help" }
8function g(e,b) {
9 for (const x of e) {
10 try {} finally {}
11 f(b);
12 }
13}
14
15function h() {
16 try {

Callers 1

Calls 1

fFunction · 0.70

Tested by

no test coverage detected