Parents: #163, #164 Depends on: #166 Implement the shared no-truncation 64-bit BigInt boundary used by both pinned core profiles. Acceptance: - [x] Export the exact JSC__JSValue__fromInt64NoTruncate, JSC__JSValue__fromUInt64NoTruncate, and JSC__JSValue__toUInt64NoTruncate signatures. - [x] Create real context-owned BigInt cells for every signed/unsigned 64-bit input. - [x] Match JSC modulo-2^64 BigInt extraction and its int32/double fallback behavior. - [x] Cover 0, signed boundaries, unsigned boundaries, negative BigInts, exact/non-exact doubles, and invalid values in compile-link-runtime fixtures. - [x] Update both Home and Bun inventories/status totals without changing public/extension counts.
Parents: #163, #164
Depends on: #166
Implement the shared no-truncation 64-bit BigInt boundary used by both pinned core profiles.
Acceptance: