Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /// This library is injected into the applications under coverage. | |
|
pquitslund
2013/06/11 17:18:56
Copyright?
scheglov
2013/06/11 19:54:23
Done.
| |
| 2 library coverage_lib; | |
| 3 | |
| 4 /// Notifies that the object with the given [id] - statement, token, etc was exe cuted. | |
| 5 touch(int id) { | |
| 6 print('touch: $id'); | |
| 7 } | |
| OLD | NEW |