Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 print(String: hello1) | |
| 2 print(String: hello2) | |
| 3 print(String: hello3) | |
| 4 static-invocation-foo | |
| 5 print(String: foo 1) | |
| 6 return | |
| 7 print(String: foo 2) | |
| 8 return | |
| 9 print(int: 2) | |
| 10 static-invocation-bar | |
| 11 print(String: bar 1) | |
| 12 return | |
| 13 print(String: bar 2) | |
| 14 print(int: 1) | |
| OLD | NEW |