Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ TypedArrayAtHelper
Function
TypedArrayAtHelper
deps/v8/test/mjsunit/typedarray-helpers.js:216–219 ·
view source on GitHub ↗
(ta, index)
Source
from the content-addressed store, hash-verified
214
}
215
216
function
TypedArrayAtHelper(ta, index) {
217
const
result = ta.at(index);
218
return
Convert(result);
219
}
220
221
function
ArrayAtHelper(ta, index) {
222
const
result = Array.prototype.at.call(ta, index);
Callers
nothing calls this directly
Calls
2
Convert
Function · 0.85
at
Method · 0.45
Tested by
no test coverage detected