This might be relevant for some of us, considering that there have been a few 
major changes 
<http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts> as of 
late. A few highlights to mention:

1. @@iterator was moved to an %IteratorPrototype% intrinsic class, of which 
the native iterators (and generators) indirectly inherit from.
2. @@create no longer exists (potential for memory issues/access to 
uninitialized natives/etc.)
3. ToNumber now can do "0o10" -> 8, "0b10" -> 2, etc.
4. Reflect.Loader API no longer exists (wasn't implemented yet, anyways)

I know that this list is far from complete, but these are what I found to 
be the most significant at this point for us.

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

Reply via email to