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

Function foo

deps/v8/test/mjsunit/turbolev/for-in-arr.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5// Flags: --allow-natives-syntax --turbolev --turbofan
6
7function foo() {
8 for (var x in this) {}
9 return x;
10};
11
12%PrepareFunctionForOptimization(foo);
13let val = foo();

Calls

no outgoing calls

Tested by

no test coverage detected