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

Unified Diff: test/message/type-profile/collect-type-profile.out

Issue 2755973002: [type profile] Collect return types. (Closed)
Patch Set: Rebase. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/message/type-profile/collect-type-profile.js ('k') | test/mjsunit/type-profile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/type-profile/collect-type-profile.out
diff --git a/test/message/type-profile/collect-type-profile.out b/test/message/type-profile/collect-type-profile.out
index 1e93d9edb0eda5241db86a841ade533b0676675f..2a96cfcf53fa0b35bf395a11542ee3985461741b 100644
--- a/test/message/type-profile/collect-type-profile.out
+++ b/test/message/type-profile/collect-type-profile.out
@@ -1,19 +1,19 @@
-Function: test
-Object
-number
-string
-number
+Function: testFunction
+424: Object
+374: number
+424: string
+424: number
-Function: test
-Object
-number
-string
-number
-undefined
-string
-Object
-Object
+Function: testFunction
+424: Object
+374: number
+424: string
+424: number
+424: undefined
+374: string
+374: Object
+424: Object
-*%(basename)s:40: throw otherwise test fails with --stress-opt
+*%(basename)s:51: throw otherwise test fails with --stress-opt
throw "throw otherwise test fails with --stress-opt";
^
« no previous file with comments | « test/message/type-profile/collect-type-profile.js ('k') | test/mjsunit/type-profile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698