diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-03 08:22:29 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-03 08:23:12 +0100 |
commit | d432e068a21c815d5d5e7bcbc1cc8c6e77a7d1e0 (patch) | |
tree | 98d5420a48042e47b0d9971d30774b8c82d11486 /js/src/jit-test/tests/debug/Source-text-02.js | |
parent | 278eda6a09e9177678d57a2da2b6a8ddcb503b1c (diff) | |
parent | ae4af7b7e598b4fec037254a1fd03ac3495695a4 (diff) | |
download | UXP-d432e068a21c815d5d5e7bcbc1cc8c6e77a7d1e0.tar UXP-d432e068a21c815d5d5e7bcbc1cc8c6e77a7d1e0.tar.gz UXP-d432e068a21c815d5d5e7bcbc1cc8c6e77a7d1e0.tar.lz UXP-d432e068a21c815d5d5e7bcbc1cc8c6e77a7d1e0.tar.xz UXP-d432e068a21c815d5d5e7bcbc1cc8c6e77a7d1e0.zip |
Stage 1: Fix #960.
Diffstat (limited to 'js/src/jit-test/tests/debug/Source-text-02.js')
-rw-r--r-- | js/src/jit-test/tests/debug/Source-text-02.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/debug/Source-text-02.js b/js/src/jit-test/tests/debug/Source-text-02.js index 64cfce92a..46e76015e 100644 --- a/js/src/jit-test/tests/debug/Source-text-02.js +++ b/js/src/jit-test/tests/debug/Source-text-02.js @@ -3,6 +3,7 @@ let g = newGlobal(); let dbg = new Debugger(g); +var text; var count = 0; dbg.onNewScript = function (script) { ++count; |