1 Tests that command-line API methods behave similarly to native code by returning '[Command Line API]' via toString().
5 $ : function $(selector, [startNode]) { [Command Line API] }
6 $$ : function $$(selector, [startNode]) { [Command Line API] }
7 $x : function $x(xpath, [startNode]) { [Command Line API] }
8 clear : function clear() { [Command Line API] }
9 copy : function copy(object) { [Command Line API] }
10 debug : function debug(fn) { [Command Line API] }
11 dir : function dir(var_args) { [Command Line API] }
12 dirxml : function dirxml(var_args) { [Command Line API] }
13 getEventListeners : function getEventListeners(node) { [Command Line API] }
14 inspect : function inspect(object) { [Command Line API] }
15 keys : function keys(object) { [Command Line API] }
16 monitor : function monitor(fn) { [Command Line API] }
17 monitorEvents : function monitorEvents(object, [types]) { [Command Line API] }
18 profile : function profile([title]) { [Command Line API] }
19 profileEnd : function profileEnd([title]) { [Command Line API] }
20 table : function table(data, [columns]) { [Command Line API] }
21 undebug : function undebug(fn) { [Command Line API] }
22 unmonitor : function unmonitor(fn) { [Command Line API] }
23 unmonitorEvents : function unmonitorEvents(object, [types]) { [Command Line API] }
24 values : function values(object) { [Command Line API] }