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

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: 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: 8
4 Names [temp3..temp7] are reserved
5
6 temp1
7 42
8 temp2
9 "foo string"
10 temp8
11 -Infinity
12 temp9
13 [1, 2, NaN, -0, null, undefined]
14 temp10
15 Object {foo: "bar"}
16 temp11
17 [1, 2, 3, 4]
18 temp12
19 function func() {}
20 temp13
21 Error {stack: (...), message: "errr"}
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698