Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ foo
Function
foo
deps/v8/test/mjsunit/array-buffer-view-tracking.js:7–9 ·
view source on GitHub ↗
(ta)
Source
from the content-addressed store, hash-verified
5
// Flags: --allow-natives-syntax --track-array-buffer-views --turbofan
6
7
function
foo(ta) {
8
return
ta.length;
9
}
10
function
foo2(ta) {
11
return
ta.length;
12
}
Callers
1
array-buffer-view-tracking.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected