On 11 October 2013 04:04, ChaRles Lew <crlf0...@gmail.com> wrote:
> Hi, i've been reading ECMAScript specification recently. I've learned that
> Object.prototype.toString will generate a string like [object <[[Class]]>]
> for objects.

Note that [[Class]] is entirely a spec-internal device. Don't assume
anything about it, or even its existence. In particular, it will
disappear from the spec in the upcoming ES6.

/Andreas

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

Reply via email to