blob: e45d88884f98f5e8de8837ac7f4e3f1c411e665b (
plain)
1
2
3
4
5
|
// Randomly chosen test: js/src/jit-test/tests/debug/Debugger-debuggees-10.js
x = newGlobal({newCompartment: true})
x.t = this
// Randomly chosen test: js/src/jit-test/tests/debug/Debugger-findObjects-06.js
Debugger(x).findObjects()
|