Home
last modified time | relevance | path

Searched defs:isBigInt (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DnumberVsBigIntOperations.ts86 const isBigInt: (x: 0n | 1n) => bigint = (x: 0n | 1n) => x; constant
/third_party/typescript/tests/baselines/reference/
DnumberVsBigIntOperations.js85 const isBigInt: (x: 0n | 1n) => bigint = (x: 0n | 1n) => x; function
/third_party/node/src/
Djs_native_api_v8.cc5009 bool* isBigInt) { in OH_JSVM_IsBigInt()