UNPKG

119 BJavaScriptView Raw
1var x;
2try {
3 x = 1;
4} catch (e) {
5 x = 2;
6}
7x = 3;
8alert(function () {
9});
10/* Generated by Continuation.js v0.1.3 */
\No newline at end of file