On 2014/08/07 16:20:50, wingo wrote:
Bah, for some reason --harmony-unscopables doesn't work with
--harmony-iteration, so I can't land this patch as it turns on
--harmony-iteration by default.  Before the patch:

/hack/v8/out/x64.debug/d8 --harmony-unscopables --harmony-iteration


#
# Fatal error in ../src/runtime.cc, line 2153
# CHECK((attr & READ_ONLY) == 0) failed
#

==== C stack trace ===============================

  1: V8_Fatal
  2: ??
  3: ??
  4: v8::internal::Runtime_DeclareGlobals(int, v8::internal::Object**,
v8::internal::Isolate*)
  5: ??
Illegal instruction

So this turns out to be because of a duplicate declaration of
ExtendArrayPrototype.  Cut and paste hulk stomp stomp!

https://codereview.chromium.org/446023002/

--
--
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