MCPcopy Create free account
hub / github.com/nodejs/node / r

Function r

deps/v8/test/mjsunit/compiler/regress-1037771.js:7–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5// Flags: --interrupt-budget=1024
6
7async function* r() {
8 for (var l = "" in { goo: ()=>{} }) {
9 for (let n = 0; n < 500; (t ? -500 : 0)) {
10 n++;
11 if (n > 1) break;
12 try {
13 r.blabadfasdfasdfsdafsdsadf();
14 } catch (e) {
15 for (let n = 0; n < 500; n++);
16 for (let n in t) {
17 return t[n];
18 }
19 }
20 try { r(n, null) } catch (e) {}
21 }
22 }
23}
24let t = r();
25t.return({
26 get then() {

Callers 6

regress-1037771.jsFile · 0.70
thenFunction · 0.70
BuildFunction · 0.50
math_funcFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected