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.
v11.7.0 proposal #25537
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.
v11.7.0 proposal #25537
Changes from 1 commit
b7b1d7e2c50bcd91d1aea9ac8d41c13e5be5b4fab17365b0073ccfc839b3fd1e2a01ca99a5af658af08573f3a1ce182ca9561c26888e73863af173de6da77b7e2ae7556e7e4facf7802d5ba121f6b2ea8bc66356a8f5191deceb26be42182b45be67c7d2dbddd6667df944a75e6b5232217bb0e516f75fb0b1414f3ebc39c9d49d6ae86192e00b3267dc4c3bee43540fee8a11379762505d1a5311c9a822df0d141be566b4ca4b548a701c32f5c8b5bc6f4bcbe45469f62e35f201cf97f2abe7b95353c7d718625e534dcd11c01a6ec87b6c7edf8c79a627a41c5a997ee8a4a2f5008fd61fc3bf5a5bc581ccaf9ac10b131973b32da2cc4ba9101591e14f8642014eba379260e465d02bb9b2ba2f6e341a7f78137dd8795f1d49408f8dcbba523872b456f76a32e45b21e60e0a239d5ecee4c46c7ac1db2ce7bbd28d0c6381e20c5eeaaaa0d354fba1807e732f80fbd27d1d2615b93356c1aa5f0c826af7071f84ed1ff107fc22df9ca7adca4ca09687d46437e1d4f43453bd1873c3a3db2b06457f5bb9d4052aec7bb7b9a65c136f55d185f4794cf6901d3d0335023068014fbb48865fb54905857323e865d485b272ddb118052368cc9757f64e5ec42a7eaf577da83d7d772bdd0381fd245c4c87a58be7480864d8ba520445ba9fd197105207612c6528ce60e2fbe4fd913feee461feb1500d937ba201e93dd4d64c713ae5b4af4de6f1f519f1a506b5c96243535f5e9b4d24f3d86398bc16518380bd4f58b530f0202a7201a8d92e6e4cfe09dd0c3bebcf0be16cc9bdcf8f465dfeeb837ca766778261d9adcee8d8c305da34c6c58de81f0f290e8b545b4cdcbf1d9fe9b6ee07ffa3f6e716ed7696d1fa33327245a8eb67ff441046ec26f2a85cc73f6610982fc9a8a6df7271697604177635bebd20273db7a9ff0409bea29adefd86a3e8b67c4b45fe774123d41fbf8bb5442b0c85326f2eb829b89ba840ec23f6c14bd9a61a7aa4f50a6dde7152f8ba488daca31863fbd00067d38f71432c357a0cd43afb48171231672172dbfedab2d6d7bc03efa74cd32e33ad1f32e6a8456b1b59480e1b655c1c9c5ab340c07b12d743056e5eada9d69d8e60c6adf4be8a6cc86cdaf03243f9028e6175e81924ffdca6741299aefd49ac9682ed3fa128baf2683900143bd8e4bb524a7bcb73fedc718592042d20a8e84ccb6b7b8275ee2becFile 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: [CloneObjectIC] clone MutableHeapNumbers instead of referencing them Adds a helper macro "CloneIfMutablePrimitive", which tests if the operand is a MutableHeapNumber, and if so, clones it, otherwise returning the original value. Also modifies the signature of "CopyPropertyArrayValues" to take a "DestroySource" enum, indicating whether or not the resulting object is supplanting the source object or not, and removes all default parameters from that macro (which were not used anyways). This corrects the issue reported in chromium:901301, where StaNamedOwnProperty was replacing the value of a MutableHeapNumber referenced by both the cloned object and the source object. BUG=chromium:901301, v8:7611 [email protected], [email protected] Change-Id: I43df1ddc84dfa4840e680b6affeba452ce0b6629 Reviewed-on: https://chromium-review.googlesource.com/c/1318096 Commit-Queue: Caitlin Potter <[email protected]> Reviewed-by: Jakob Kummerow <[email protected]> Reviewed-by: Camillo Bruni <[email protected]> Cr-Commit-Position: refs/heads/master@{#57304} PR-URL: #25101 Refs: v8/v8@bf84766 Fixes: #25089 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Yang Guo <[email protected]>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing