Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ goo
Function
goo
deps/v8/test/mjsunit/external-array.js:640–642 ·
view source on GitHub ↗
(a, i)
Source
from the content-addressed store, hash-verified
638
assertArrayPrefix([3, 4],
new
Int8Array(b3))
639
640
function
goo(a, i) {
641
return
a[i];
642
}
643
644
function
boo(a, i, v) {
645
return
a[i] = v;
Callers
3
dehoisted-array-index.js
File · 0.70
do_tagged_index_external_array_test
Function · 0.70
external-array.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected