File size: 1,100 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
0 -> 1 call = (...) => inner("b")("a")
0 -> 2 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
0 -> 3 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
0 -> 4 call = (...) => y(1)
0 -> 5 call = (...) => (a + b)(2)
0 -> 6 conditional = (???*0* === 0)
- *0* unsupported expression
⚠️ This value might have side effects
6 -> 7 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
6 -> 8 call = (...) => (undefined | a | (r((a + 1)) + 1))((???*0* + 1))
- *0* arguments[0]
⚠️ function calls are not analysed yet
6 -> 9 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
0 -> 10 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
0 -> 11 call = (...) => (undefined | a | (r((a + 1)) + 1))(2)
0 -> 12 call = (...) => (a + b)("b")
0 -> 13 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
0 -> 14 unreachable = ???*0*
- *0* unreachable
⚠️ This value might have side effects
|