blob: 0e060b32d8a817b425ee31d8c7248615cc9b74f7 (
plain)
1
2
3
4
5
6
7
|
// Random chosen test: js/src/jit-test/tests/debug/Source-invisible.js
newGlobal({
newCompartment: true,
invisibleToDebugger: true
})
// Random chosen test: js/src/jit-test/tests/debug/Debugger-findObjects-05.js
x = (new Debugger).findObjects()
|