Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-native-function-to-string-expected.txt

Issue 1617393002: [DevTools] Not use with statement for evaluated console command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix $1-$4, $_ Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Tests that command-line API methods behave similarly to native code by returning '[Command Line API]' via toString().
2
3 [page] CommandLineAPI
4
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 AP I] }
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] }
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698