Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/mjsunit/element-accessor.js:46–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
(
function
() {
46
function
f() {
47
var
a =
new
Array();
48
a[1] = 1.5;
49
return
a;
50
};
51
%PrepareFunctionForOptimization(f);
52
f();
53
f();
Callers
1
element-accessor.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected