Return negative BigInts unchanged when their magnitude already fits in the requested signed width. This matches BigInt.asIntN wrapping without allocating the enormous modulo value first. Update coverage to expect the result produced by other engines for these large bit counts instead of an internal OOM. |
||
|---|---|---|
| .. | ||
| AST | ||
| Bytecode | ||
| Runtime | ||
| CMakeLists.txt | ||
| test-bytecode-cache.cpp | ||
| test-js-ast.py | ||
| test-js-bytecode.py | ||
| test-js.cpp | ||
| test-primitive-string.cpp | ||
| test-value-js.cpp | ||