Add failing test for issue 186:
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Jan 2009 09:20:13 +0000 (09:20 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Jan 2009 09:20:13 +0000 (09:20 +0000)
commitcd1afeaaa2910cef7d7e3ff1336cb3c3c8f6156a
tree0605b7ff0808a2701476e88a0ab9e20e2b2d5760
parent25112aba4482228f571dea6d7de1ab12524b9f7e
Add failing test for issue 186:

    http://code.google.com/p/v8/issues/detail?id=186

The issue is that the extension object is a normal javascript object
on which assignments to __proto__ changes the prototype chain.
Review URL: http://codereview.chromium.org/18221

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1069 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/mjsunit/bugs/bug-186.js [new file with mode: 0644]