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

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

Issue 2191293002: Move FormatStackTrace to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add formatting_stack_trace to ISOLATE_INIT_LIST Created 4 years, 4 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
« no previous file with comments | « src/runtime/runtime-function.cc ('k') | test/mjsunit/stack-traces.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 f(); 73 f();
74 " 74 "
75 frame size: 2 75 frame size: 2
76 parameter count: 1 76 parameter count: 1
77 bytecode array length: 14 77 bytecode array length: 14
78 bytecodes: [ 78 bytecodes: [
79 /* 10 E> */ B(StackCheck), 79 /* 10 E> */ B(StackCheck),
80 /* 15 S> */ B(LdrUndefined), R(0), 80 /* 15 S> */ B(LdrUndefined), R(0),
81 B(CreateArrayLiteral), U8(0), U8(0), U8(3), 81 B(CreateArrayLiteral), U8(0), U8(0), U8(3),
82 B(Star), R(1), 82 B(Star), R(1),
83 B(CallJSRuntime), U8(130), R(0), U8(2), 83 B(CallJSRuntime), U8(131), R(0), U8(2),
84 /* 44 S> */ B(Return), 84 /* 44 S> */ B(Return),
85 ] 85 ]
86 constant pool: [ 86 constant pool: [
87 InstanceType::FIXED_ARRAY_TYPE, 87 InstanceType::FIXED_ARRAY_TYPE,
88 ] 88 ]
89 handlers: [ 89 handlers: [
90 ] 90 ]
91 91
OLDNEW
« no previous file with comments | « src/runtime/runtime-function.cc ('k') | test/mjsunit/stack-traces.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698