Status: New
Owner: ----

New issue 1217 by erights: RegExp.prototype.[[Class]] should be "RegExp".
http://code.google.com/p/v8/issues/detail?id=1217

d8> ({}).toString.call(RegExp.prototype)
[object Object]

According to 15.10.6, this should be

[object RegExp], i.e., its [[Class]] should be "RegExp".

Please tag ES5.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to