deps: V8: cherry-pick 1648e050cade · nodejs/node@64d5be2 · GitHub
Skip to content

Commit 64d5be2

Browse files
committed
deps: V8: cherry-pick 1648e050cade
Original commit message: torque: workaround stod() limitations on Solaris std::stod() on Solaris does not currently handle hex strings. This commit provides a workaround based on strtol() until proper stod() support is available. This was encountered while updating Node.js to V8 8.8. For more details see the following comment: #36139 (comment) Change-Id: I16ed80a817f6d9105e7153b10824b1fee8520432 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2692746 Reviewed-by: Michael Stanton <mvstanton@chromium.org> Commit-Queue: Michael Stanton <mvstanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#73255} Refs: v8/v8@1648e05 PR-URL: #37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 621b544 commit 64d5be2

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

common.gypi

Lines changed: 1 addition & 1 deletion

deps/v8/src/torque/torque-parser.cc

Lines changed: 11 additions & 0 deletions

0 commit comments

Comments
 (0)