MCPcopy 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

1let result = {};
2result.BigInt64Array_name = BigInt64Array.name;
3let arr2signed = new BigInt64Array(arr1signed.buffer);
4let arr2unsigned = new BigUint64Array(arr1unsigned.buffer);

Callers

nothing calls this directly

Calls 8

assertEqualFunction · 0.85
arraytostringFunction · 0.85
BigIntClass · 0.85
sliceMethod · 0.80
logMethod · 0.80
setMethod · 0.65
pushMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected