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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt

Issue 1917733002: [DevTools] Move part of CommandLineAPI to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-command-clear-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 first "let a = 1;" result: wasThrown = false 1 first "let a = 1;" result: wasThrown = false
2 second "let a = 1;" result: wasThrown = true 2 second "let a = 1;" result: wasThrown = true
3 exception message: Uncaught TypeError: Identifier 'a' has already been declared 3 exception message: Uncaught TypeError: Identifier 'a' has already been declared
4 {"result":{"type":"number","value":42,"description":"42"},"wasThrown":false} 4 {"result":{"type":"number","value":42,"description":"42"},"wasThrown":false}
5 function $(selector, [startNode]) { [Command Line API] } 5 function $(selector, [startNode]) { [Command Line API] }
6 function $$(selector, [startNode]) { [Command Line API] } 6 function $$(selector, [startNode]) { [Command Line API] }
7 function $x(xpath, [startNode]) { [Command Line API] } 7 function $x(xpath, [startNode]) { [Command Line API] }
8 function dir(var_args) { [Command Line API] } 8 function dir(value) { [Command Line API] }
9 function dirxml(var_args) { [Command Line API] } 9 function dirxml(value) { [Command Line API] }
10 function keys(object) { [Command Line API] } 10 function keys(object) { [Command Line API] }
11 function values(object) { [Command Line API] } 11 function values(object) { [Command Line API] }
12 function profile([title]) { [Command Line API] } 12 function profile(title) { [Command Line API] }
13 function profileEnd([title]) { [Command Line API] } 13 function profileEnd(title) { [Command Line API] }
14 function monitorEvents(object, [types]) { [Command Line API] } 14 function monitorEvents(object, [types]) { [Command Line API] }
15 function unmonitorEvents(object, [types]) { [Command Line API] } 15 function unmonitorEvents(object, [types]) { [Command Line API] }
16 function inspect(object) { [Command Line API] } 16 function inspect(object) { [Command Line API] }
17 function copy(object) { [Command Line API] } 17 function copy(value) { [Command Line API] }
18 function clear() { [Command Line API] } 18 function clear() { [Command Line API] }
19 function getEventListeners(node) { [Command Line API] } 19 function getEventListeners(node) { [Command Line API] }
20 function debug(fn) { [Command Line API] } 20 function debug(function) { [Command Line API] }
21 function undebug(fn) { [Command Line API] } 21 function undebug(function) { [Command Line API] }
22 function monitor(fn) { [Command Line API] } 22 function monitor(function) { [Command Line API] }
23 function unmonitor(fn) { [Command Line API] } 23 function unmonitor(function) { [Command Line API] }
24 function table(data, [columns]) { [Command Line API] } 24 function table(data, [columns]) { [Command Line API] }
25 25
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-command-clear-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698