()
| 289 | } |
| 290 | |
| 291 | private void showAllProperties() { |
| 292 | if (!isJS) |
| 293 | return; |
| 294 | for (int i = 0; i < allprops.length; i++) |
| 295 | showProperty(allprops[i]); |
| 296 | } |
| 297 | |
| 298 | protected void setTimes(double[] htmlRequstTimes) { |
| 299 | // Chrome only |
no test coverage detected