MCPcopy 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
7function foo(ta) {
8 return ta.length;
9}
10function foo2(ta) {
11 return ta.length;
12}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected