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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/TryCatch.golden

Issue 2038323002: [interpreter] Filter expression positions at source. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing
Patch Set: Rebase Created 4 years, 6 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 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: string 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 try { a = 1 } catch(e1) {}; 49 try { a = 1 } catch(e1) {};
50 try { a = 2 } catch(e2) { a = 3 } 50 try { a = 2 } catch(e2) { a = 3 }
51 " 51 "
52 frame size: 6 52 frame size: 6
53 parameter count: 1 53 parameter count: 1
54 bytecode array length: 79 54 bytecode array length: 79
55 bytecodes: [ 55 bytecodes: [
56 /* 30 E> */ B(StackCheck), 56 /* 30 E> */ B(StackCheck),
57 B(Mov), R(context), R(2), 57 B(Mov), R(context), R(2),
58 /* 47 S> */ B(LdaSmi), U8(1), 58 /* 47 S> */ B(LdaSmi), U8(1),
59 /* 49 E> */ B(Star), R(0), 59 B(Star), R(0),
60 B(Jump), U8(29), 60 B(Jump), U8(29),
61 B(Star), R(4), 61 B(Star), R(4),
62 B(LdaConstant), U8(0), 62 B(LdaConstant), U8(0),
63 B(Star), R(3), 63 B(Star), R(3),
64 B(Mov), R(closure), R(5), 64 B(Mov), R(closure), R(5),
65 B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3), 65 /* 49 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3),
66 B(Star), R(2), 66 B(Star), R(2),
67 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0), 67 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0),
68 B(Ldar), R(2), 68 B(Ldar), R(2),
69 B(PushContext), R(1), 69 B(PushContext), R(1),
70 B(PopContext), R(1), 70 B(PopContext), R(1),
71 B(Mov), R(context), R(2), 71 B(Mov), R(context), R(2),
72 /* 75 S> */ B(LdaSmi), U8(2), 72 /* 75 S> */ B(LdaSmi), U8(2),
73 /* 77 E> */ B(Star), R(0), 73 B(Star), R(0),
74 B(Jump), U8(33), 74 B(Jump), U8(33),
75 B(Star), R(4), 75 B(Star), R(4),
76 B(LdaConstant), U8(1), 76 B(LdaConstant), U8(1),
77 B(Star), R(3), 77 B(Star), R(3),
78 B(Mov), R(closure), R(5), 78 B(Mov), R(closure), R(5),
79 B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3), 79 /* 77 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3),
80 B(Star), R(2), 80 B(Star), R(2),
81 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0), 81 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0),
82 B(Ldar), R(2), 82 B(Ldar), R(2),
83 B(PushContext), R(1), 83 B(PushContext), R(1),
84 /* 95 S> */ B(LdaSmi), U8(3), 84 /* 95 S> */ B(LdaSmi), U8(3),
85 /* 97 E> */ B(Star), R(0), 85 B(Star), R(0),
86 B(PopContext), R(1), 86 B(PopContext), R(1),
87 B(LdaUndefined), 87 B(LdaUndefined),
88 /* 103 S> */ B(Return), 88 /* 103 S> */ B(Return),
89 ] 89 ]
90 constant pool: [ 90 constant pool: [
91 "e1", 91 "e1",
92 "e2", 92 "e2",
93 ] 93 ]
94 handlers: [ 94 handlers: [
95 [4, 8, 10], 95 [4, 8, 10],
96 [40, 44, 46], 96 [40, 44, 46],
97 ] 97 ]
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698