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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: test/inspector/runtime/function-inferred-names-expected.txt
diff --git a/test/inspector/runtime/function-inferred-names-expected.txt b/test/inspector/runtime/function-inferred-names-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b3c480cd90ee36404cd255731d6f36ec321bb23a
--- /dev/null
+++ b/test/inspector/runtime/function-inferred-names-expected.txt
@@ -0,0 +1,13 @@
+Tests that creating instances from classes and functions will have the correct inferred name.
+
+Running test: functionKeywordInstance
+f1
+
+Running test: namespacedFunctionInstance
+obj.functionClass
+
+Running test: classKeywordInstance
+f2
+
+Running test: namespacedClassInstance
+obj.classClass

Powered by Google App Engine
This is Rietveld 408576698