Comment #25 on issue 4137 by [email protected]: Support elements in the LookupIterator
https://code.google.com/p/v8/issues/detail?id=4137#c25

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/fa3e6c0850bebbe38a245896e5889384b4bbfd8d

commit fa3e6c0850bebbe38a245896e5889384b4bbfd8d
Author: verwaest <[email protected]>
Date: Fri Jun 12 14:13:56 2015

Introduce DefineOwnPropertyIgnoreAttributes and make it call SetPropertyWithInterceptor.

Otherwise using Object.defineProperty with window.localStorage will not actually store the value into the database but on the object itself.

BUG=v8:4137
LOG=n

Review URL: https://codereview.chromium.org/1180073002

Cr-Commit-Position: refs/heads/master@{#29002}

[modify] http://crrev.com/fa3e6c0850bebbe38a245896e5889384b4bbfd8d/src/api.cc [modify] http://crrev.com/fa3e6c0850bebbe38a245896e5889384b4bbfd8d/src/json-parser.h [modify] http://crrev.com/fa3e6c0850bebbe38a245896e5889384b4bbfd8d/src/objects-inl.h [modify] http://crrev.com/fa3e6c0850bebbe38a245896e5889384b4bbfd8d/src/objects.cc [modify] http://crrev.com/fa3e6c0850bebbe38a245896e5889384b4bbfd8d/src/objects.h [modify] http://crrev.com/fa3e6c0850bebbe38a245896e5889384b4bbfd8d/src/runtime/runtime-classes.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to