Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ test_bigint64array_polyfill.js
File
test_bigint64array_polyfill.js
test/test_bigint64array_polyfill.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
let
result = {};
2
result.BigInt64Array_name = BigInt64Array.name;
3
let
arr2signed =
new
BigInt64Array(arr1signed.buffer);
4
let
arr2unsigned =
new
BigUint64Array(arr1unsigned.buffer);
Callers
nothing calls this directly
Calls
8
assertEqual
Function · 0.85
arraytostring
Function · 0.85
BigInt
Class · 0.85
slice
Method · 0.80
log
Method · 0.80
set
Method · 0.65
push
Method · 0.45
from
Method · 0.45
Tested by
no test coverage detected