Bug 1076830 - Name the test function so it doesn't get GC'd. r=past

This commit is contained in:
Nick Fitzgerald 2014-10-07 16:23:00 +02:00
parent d200114e6a
commit 83af065e7e

View File

@ -6,7 +6,8 @@
<title>Debugger Breakpoints Other Tabs Test Page</title>
</head>
<script>
(function () {
function theTest() {
window.foo = "break on me";
}());
}
theTest();
</script>