Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
function
IsBig(t) {
30
return
t.constructor.name.startsWith(
'Big'
);
31
}
32
33
function
MaybeIntToBigInt(arr, i) {
34
if
(IsBig(arr)) {
Callers
3
MaybeIntToBigInt
Function · 0.85
atomics.js
File · 0.85
_v
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected