Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ boo
Function
boo
deps/v8/test/mjsunit/external-array.js:644–646 ·
view source on GitHub ↗
(a, i, v)
Source
from the content-addressed store, hash-verified
642
}
643
644
function
boo(a, i, v) {
645
return
a[i] = v;
646
}
647
648
function
do_tagged_index_external_array_test(constructor) {
649
var
t_array =
new
constructor([1, 2, 3, 4, 5, 6]);
Callers
5
dehoisted-array-index.js
File · 0.70
do_tagged_index_external_array_test
Function · 0.70
external-array.js
File · 0.70
regress-crbug-125148.js
File · 0.50
DivI.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected