https://codereview.chromium.org/11275283/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/11275283/diff/1/src/objects.cc#newcode10344
src/objects.cc:10344: if (old_attributes == ABSENT) {
You are correct. Sorry. Misread the code.

On 2012/11/13 13:38:08, Toon Verwaest wrote:
On 2012/11/13 13:18:44, rafaelw wrote:
> nit: return early here. e.g.
>
> if (old_attributes != ABSENT)
>   return *hresult;
>
> EnqueueChangeRecord...

This doesn't seem possible, given that the value is possibly updated,
or the
property was reconfigured.

https://codereview.chromium.org/11275283/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to