Bug 839313: Add regression test for JS shell 'it.customNative' fix. r=waldo

This commit is contained in:
Jim Blandy 2013-03-04 15:42:11 -08:00
parent 338bd90239
commit 4bd1727faf

View File

@ -0,0 +1,3 @@
// Bug 839313: Verify that 'it' does not leave JS_AddValueRoot roots lying around.
var dbg = new Debugger;
it.customNative = assertEq;