b4ae834223
When our various debugging and error reporting facilities want to perform a side effect free conversion of a value (which could be a BigInt) to a String, then the usual BigInt::ToString is not a great fit because it reacts to termination requests. This patch adds a method BigInt::NoSideEffectsToString, which uses a low upper bound instead of termination requests. Fixed: chromium:1406774 Change-Id: Ibc5d37027823e4a03c470f1dd0a63c16c552850c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4177099 Auto-Submit: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#85433} |
||
---|---|---|
.. | ||
benchmarks | ||
bigint | ||
cctest | ||
common | ||
debugger | ||
debugging | ||
fuzzer | ||
fuzzilli | ||
inspector | ||
intl | ||
js-perf-test | ||
memory | ||
message | ||
mjsunit | ||
mkgrokdump | ||
mozilla | ||
test262 | ||
torque | ||
unittests | ||
wasm-api-tests | ||
wasm-js | ||
wasm-spec-tests | ||
webkit | ||
BUILD.gn | ||
OWNERS |