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

Side by Side Diff: test/inspector/runtime/function-inferred-names-expected.txt

Issue 2488193003: Generate inferred names for es6 class functions (Closed)
Patch Set: fix test expectation Created 4 years, 1 month 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 creating instances from classes and functions will have the correct i nferred name.
2
3 Running test: functionKeywordInstance
4 f1
5
6 Running test: namespacedFunctionInstance
7 obj.functionClass
8
9 Running test: classKeywordInstance
10 f2
11
12 Running test: namespacedClassInstance
13 obj.classClass
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698