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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Function: testFunction 1 Function: testFunction
2 424: Object 2 246: Object
3 374: number 3 246: number
4 424: string 4 246: string
5 424: number 5 246: number
6 6
7 Function: testFunction 7 Function: testFunction
8 424: Object 8 246: Object
9 374: number 9 246: number
10 424: string 10 246: string
11 424: number 11 246: number
12 424: undefined 12 246: undefined
13 374: string 13 246: string
14 374: Object 14 246: Object
15 424: Object 15 246: Object
16 424: MyClass 16 246: MyClass
17 17
18 Function: try_finally 18 Function: try_finally
19 1032: number 19 956: string
20 1061: string
21 20
22 Function: fall_off 21 Function: fall_off
22 1105: undefined
23 23
24 *%(basename)s:66: throw otherwise test fails with --stress-opt 24 *%(basename)s:63: throw otherwise test fails with --stress-opt
25 throw "throw otherwise test fails with --stress-opt"; 25 throw "throw otherwise test fails with --stress-opt";
26 ^ 26 ^
OLDNEW
« 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