UNPKG

497 BJavaScriptView Raw
1var b, c, i, j, k, p;
2(function (_$cont) {
3 if (true) {
4 b = 'b';
5 process.nextTick(function () {
6 c = 'c';
7 _$cont();
8 });
9 } else {
10 i = 1;
11 while (i < 10) {
12 if (1) {
13 j = i;
14 } else {
15 j = i + 1;
16 k = 0;
17 while (true) {
18 p = k;
19 }
20 }
21 i++;
22 }
23 _$cont();
24 }
25}(function (_$err) {
26 if (_$err !== undefined)
27 return _$cont(_$err);
28 console.log(b);
29}));
30/* Generated by Continuation.js v0.1.3 */
\No newline at end of file