mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 839313: Add regression test for JS shell 'it.customNative' fix. r=waldo
This commit is contained in:
parent
6d5075d5ea
commit
d8cce58386
3
js/src/jit-test/tests/basic/bug839313.js
Normal file
3
js/src/jit-test/tests/basic/bug839313.js
Normal 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;
|
Loading…
Reference in New Issue
Block a user