Status: New
Owner: ----

New issue 1452 by ddrcode: Object.isExtensible - wrong error message for non-object argument
http://code.google.com/p/v8/issues/detail?id=1452

When execute Object.isExtensible with non-object argument the error message refers to wrong function name.

Example:
Object.isExtensible(123)
TypeError: Object.preventExtension called on non-object

Expected message:
TypeError: Object.isExtensible called on non-object
or (as it is in other browsers, like FF4):
TypeError: 123 is not an object

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

Reply via email to