Searched refs:BigIntPrototypeToString (Results 1 – 5 of 5) sorted by relevance
11 BigIntPrototypeToString,534 const hex = BigIntPrototypeToString(bigint, 16);
145 BUILTIN(BigIntPrototypeToString) { in BUILTIN() argument
442 CPP(BigIntPrototypeToString) \
29 BigIntPrototypeToString,2668 const dev = BigIntPrototypeToString(stats[0], 32);2669 const ino = BigIntPrototypeToString(stats[7], 32);2819 const dev = BigIntPrototypeToString(stats.dev, 32);2820 const ino = BigIntPrototypeToString(stats.ino, 32);
159 export const BigIntPrototypeToString: UncurryThis<typeof BigInt.prototype.toString>