Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
function
foo() {
8
for
(
var
x in this) {}
9
return
x;
10
};
11
12
%PrepareFunctionForOptimization(foo);
13
let
val = foo();
Callers
15
regress-446429188.js
File · 0.70
async-function-inline-1.js
File · 0.70
typed-array-length-to-number-large.js
File · 0.70
typed-array-length-iteration.js
File · 0.70
generator-loop.js
File · 0.70
static-assert-fail.js
File · 0.70
regress-470668818.js
File · 0.70
typed-array-length-as-number-large.js
File · 0.70
array-prototype-map-elements-kinds-dict.js
File · 0.70
regress-453772795.js
File · 0.70
array-prototype-map-elements-kinds.js
File · 0.70
construct-array-feedback.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected