On 11 October 2013 04:04, ChaRles Lew <[email protected]> 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 [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
