Bug 564344 - Crash or "Assertion failure: slot < (this)->scope()->freeslot, at ....
commit1c499ec40d95cf14fd3288cfe25b2e3baea5c69b
authorJason Orendorff <jorendorff@mozilla.com>
Mon, 10 May 2010 23:43:34 +0000 (10 18:43 -0500)
committerJason Orendorff <jorendorff@mozilla.com>
Mon, 10 May 2010 23:43:34 +0000 (10 18:43 -0500)
tree53142424d1d5ea053b4e4f87ee03a375fba043c4
parentebc6d74cd00cd3cecdf20cb575157a30fafbeb6a
Bug 564344 - Crash or "Assertion failure: slot < (this)->scope()->freeslot, at ../jsscope.h:563" @ JSObject::getSlot(unsigned int) when redefining property. r=brendan.
js/src/jsapi-tests/Makefile.in
js/src/jsapi-tests/testDefineProperty.cpp [new file with mode: 0644]
js/src/jsobj.cpp