Reviewers: adamk, rossberg,

Description:
Re-land: Implement ObservedArrayPop, ObservedArrayShift, ObservedArrayUnshift &
ObservedArraySplice

Original issue: https://codereview.chromium.org/15331002/

Broke mozilla/js1_5/Array/regress-451483.js, which ends up attempting to call
%IsObserved() on a non-object.

IsObserved now checks for JSReceiver and returns false rather than crashing.

R=rossberg,adamk

Please review this at https://codereview.chromium.org/15777007/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/array.js
  M src/runtime.cc
  M test/mjsunit/harmony/object-observe.js


--
--
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/groups/opt_out.


Reply via email to