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