summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug-1103817.js
blob: dc79ff20c347c2f6903aacd3889d86a5ba5bc63a (plain)
1
2
3
4
5
// Random chosen test: js/src/jit-test/tests/debug/Source-introductionScript-04.js
x = (new Debugger).addDebuggee(newGlobal());
print(x.getOwnPropertyDescriptor('Function').value.proto.script);
// Random chosen test: js/src/jit-test/tests/debug/Memory-takeCensus-03.js
(new Debugger).memory.takeCensus();