| 33 | } |
| 34 | |
| 35 | Value TestInt64(const CallbackInfo& info) { |
| 36 | bool lossless; |
| 37 | int64_t input = info[0].As<BigInt>().Int64Value(&lossless); |
| 38 | |
| 39 | return BigInt::New(info.Env(), input); |
| 40 | } |
| 41 | |
| 42 | Value TestUint64(const CallbackInfo& info) { |
| 43 | bool lossless; |