| OLD | NEW |
| 1 Tests that command-line API methods behave similarly to native code by returning
'[WebInspector console function]' via toString(). | 1 Tests that command-line API methods behave similarly to native code by returning
'[WebInspector console function]' via toString(). |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 $ | 5 $ |
| 6 function $() { [Command Line API] } | 6 function $() { [Command Line API] } |
| 7 | 7 |
| 8 | 8 |
| 9 $$ | 9 $$ |
| 10 function $$() { [Command Line API] } | 10 function $$() { [Command Line API] } |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 function copy() { [Command Line API] } | 54 function copy() { [Command Line API] } |
| 55 | 55 |
| 56 | 56 |
| 57 clear | 57 clear |
| 58 function clear() { [Command Line API] } | 58 function clear() { [Command Line API] } |
| 59 | 59 |
| 60 | 60 |
| 61 getEventListeners | 61 getEventListeners |
| 62 function getEventListeners() { [Command Line API] } | 62 function getEventListeners() { [Command Line API] } |
| 63 | 63 |
| 64 |
| 65 table |
| 66 function table() { [Command Line API] } |
| 67 |
| OLD | NEW |