MCPcopy Create free account
hub / github.com/nodejs/node / IsBig

Function IsBig

deps/v8/test/mjsunit/harmony/atomics.js:29–31  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

27}
28
29function IsBig(t) {
30 return t.constructor.name.startsWith('Big');
31}
32
33function MaybeIntToBigInt(arr, i) {
34 if (IsBig(arr)) {

Callers 3

MaybeIntToBigIntFunction · 0.85
atomics.jsFile · 0.85
_vFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected