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

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

Issue 2402363002: [Math] implement Math.random as TFJ builtin. (Closed)
Patch Set: fix golden file Created 4 years, 2 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 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 f(); 71 f();
72 " 72 "
73 frame size: 2 73 frame size: 2
74 parameter count: 1 74 parameter count: 1
75 bytecode array length: 14 75 bytecode array length: 14
76 bytecodes: [ 76 bytecodes: [
77 /* 10 E> */ B(StackCheck), 77 /* 10 E> */ B(StackCheck),
78 /* 15 S> */ B(LdrUndefined), R(0), 78 /* 15 S> */ B(LdrUndefined), R(0),
79 B(CreateArrayLiteral), U8(0), U8(0), U8(9), 79 B(CreateArrayLiteral), U8(0), U8(0), U8(9),
80 B(Star), R(1), 80 B(Star), R(1),
81 B(CallJSRuntime), U8(143), R(0), U8(2), 81 B(CallJSRuntime), U8(145), R(0), U8(2),
82 /* 44 S> */ B(Return), 82 /* 44 S> */ B(Return),
83 ] 83 ]
84 constant pool: [ 84 constant pool: [
85 FIXED_ARRAY_TYPE, 85 FIXED_ARRAY_TYPE,
86 ] 86 ]
87 handlers: [ 87 handlers: [
88 ] 88 ]
89 89
OLDNEW
« no previous file with comments | « src/v8.gyp ('k') | test/mjsunit/debug-script.js » ('j') | test/mjsunit/debug-script.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698