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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: address comments Created 3 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
OLDNEW
(Empty)
1 Verify javascript outline
2
3
4 Running: testClassAsNumberLiteralProperty
5 Text:
6 var foo = { 42: class { }};
7 Outline:
8
9 Running: testClassAsStringLiteralProperty
10 Text:
11 var foo = { "foo": class { }};
12 Outline:
13
14 Running: testClassAsIdentifierProperty
15 Text:
16 var foo = { foo: class { }};
17 Outline:
18 class foo:0:12
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698