Comment #11 on issue 4137 by [email protected]: Support elements in the LookupIterator
https://code.google.com/p/v8/issues/detail?id=4137#c11
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/15aa811f8fe2708a757c3b53ca89db736aa8b222
commit 15aa811f8fe2708a757c3b53ca89db736aa8b222 Author: verwaest <[email protected]> Date: Thu Jun 11 16:37:35 2015Replace SetObjectProperty / DefineObjectProperty with less powerful alternatives where relevant.
@yangguo: please look at the debugger part of the CL. @ishell: please look at the rest. Additionally:- Ensure the LookupIterator for named properties does not accidentally get indexes in.
- Fix the return value for typed array assignments to be the incoming value. BUG=v8:4137 LOG=n Review URL: https://codereview.chromium.org/1178503004 Cr-Commit-Position: refs/heads/master@{#28954}[modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/api-natives.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/api.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/bootstrapper.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/ic/ic.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/json-parser.h [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/lookup.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/lookup.h [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/objects-inl.h [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/objects.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/objects.h [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/runtime/runtime-classes.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/runtime/runtime-debug.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/runtime/runtime-object.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/runtime/runtime.h [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/src/scopeinfo.cc [modify] http://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222/test/cctest/test-debug.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.
