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

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

Issue 2764113002: [type-profile] Handle returns correctly. (Closed)
Patch Set: Private slot. 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
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 6f25d9700274905d69fd102c6bde98240389e740..a1623dfc6d444bebdea2a0d83d0ece22ec7fd3a5 100644
--- a/test/message/type-profile/collect-type-profile.out
+++ b/test/message/type-profile/collect-type-profile.out
@@ -1,26 +1,26 @@
Function: testFunction
-424: Object
-374: number
-424: string
-424: number
+246: Object
+246: number
+246: string
+246: number
Function: testFunction
-424: Object
-374: number
-424: string
-424: number
-424: undefined
-374: string
-374: Object
-424: Object
-424: MyClass
+246: Object
+246: number
+246: string
+246: number
+246: undefined
+246: string
+246: Object
+246: Object
+246: MyClass
Function: try_finally
-1032: number
-1061: string
+956: string
Function: fall_off
+1105: undefined
-*%(basename)s:66: throw otherwise test fails with --stress-opt
+*%(basename)s:63: throw otherwise test fails with --stress-opt
throw "throw otherwise test fails with --stress-opt";
^
« src/runtime/runtime-object.cc ('K') | « test/message/type-profile/collect-type-profile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698