Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 static-invocation-a | |
| 2 static-invocation-b | |
| 3 print(1) | |
| 4 print(9) | |
| 5 print(10) | |
| 6 static-invocation-b | |
| 7 print(1) | |
| 8 print(9) | |
| 9 print(10) | |
| 10 print(null) | |
| 11 static-invocation-d | |
| 12 static-invocation-a | |
| 13 return | |
| 14 static-invocation-c | |
| 15 print(c:37) | |
| 16 return | |
|
Dmitry Stefantsov
2017/05/01 09:35:24
Shouldn't this return be a couple of lines further
zhivkag
2017/05/01 11:36:20
Return appears here because we log it when an Retu
Dmitry Stefantsov
2017/05/01 13:29:49
Ah! Now I got it. Thanks!
| |
| 17 static-invocation-d | |
| 18 static-invocation-a | |
| 19 return | |
| 20 print(d:37) | |
| 21 print(37) | |
| OLD | NEW |