Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
V18.15.0 proposal #46920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
V18.15.0 proposal #46920
Changes from 1 commit
3ea53c55019b548adaa135453cd923b8758b7950f591ece4175b8db4cb5bb123acfe9bf389b2f8582f99cde3755f328f7b5adb74394421b418c4dd05ed679460d714e0f5f2d414da89fdbf082d6468f30d0b9be2837ddcb26f41b08865424795251b041aac303e244a08bafc8b06298cd153a932f7319e116a336f09b83863e92ea02632b4bdb793aa977746110ead91508d90fc15ac97bae433919e581d05b077ed3fb529d40aefe4437dd129dccf643545a92f07476f91c8eed564a9f2ebe66f2bba1b76622c41eaafc7732c77e37a6ce1811322000c54954e88c7cec61bb0c0d3fda30d783fc04808d5fdf3744d50db1403df2179f4b420d999e328a775b63563f832b020cc5f16fbba784e84f5aff2391ff0d5b3c606894d7110898145c19fa45cd3aaa828a13170a690ef1ef3c5373a8f46492fc955f422c4162e340de64315a94966fFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: [bigint] Convert BigInt property names to decimal Hexadecimal/octal/binary BigInt property names should be converted to decimal, i.e. the following object literals should all be equivalent: var o = {0xF: 1}, p = {0xFn: 1}, q = {15: 1}, r = {15n: 1}. Test case by yangwenming@bytedance.com, uploaded at https://chromium-review.googlesource.com/c/v8/v8/+/3634937 Fixed: v8:10600 Change-Id: Ie1d8a16e95697cd31cbc0784843779c921ce91fa Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3642302 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#80490} Refs: v8/v8@c875e86 PR-URL: #46501 Refs: v8/v8@c875e86 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing