```ts const a = BigInt(1.5) const b = BigInt(NaN) const c = BigInt(Infinity) const d = BigInt(-Infinity) const e = BigInt("abc") const f = RegExp("[") const g = RegExp("a", "xyz") ``` These should all throw errors and in turn *have* side effects. Related: https://github.com/rolldown/rolldown/pull/6897