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

Side by Side Diff: LayoutTests/inspector/console/console-save-to-temp-var-expected.txt

Issue 201613004: DevTools: Add context menu option for objects to save to temp variable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests saving objects to temporary variables.
2
3 Number of expressions: 11
4 Names [temp3..temp7] are reserved
5
6 temp1
7 42
8 temp2
9 "foo string"
10 temp8
11 NaN
12 temp9
13 Infinity
14 temp10
15 -Infinity
16 temp11
17 -0
18 temp12
19 [1, 2, NaN, -0, null, undefined]
20 temp13
21 Object {foo: "bar"}
22 temp14
23 [1, 2, 3, 4]
24 temp15
25 function func() {}
26 temp16
27 Error {stack: (...), message: "errr"}
28
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-save-to-temp-var.html ('k') | Source/devtools/front_end/RemoteObject.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698