Fix a problem where Object.getOwnPropertyDescriptor and related functions unintention...
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 11 Mar 2011 13:57:20 +0000 (13:57 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 11 Mar 2011 13:57:20 +0000 (13:57 +0000)
commitf6e1b82fd4aafdb1b8d727a6f99a2f45c72ce5e5
treecbd8847fa880fce95bedbda8b20b776b054a35c3
parent55815b5fd53423e6cedce7403a31681b84ac7794
Fix a problem where Object.getOwnPropertyDescriptor and related functions unintentionally called toString on the values of an object's properties.  Fixes issue 1233.
Review URL: http://codereview.chromium.org/6677017

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7151 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/v8natives.js
test/mjsunit/regress/regress-1233.js [new file with mode: 0644]