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

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

Issue 2390163003: [interpreter] Remove redundant flag from bytecode cctest suite. (Closed)
Patch Set: 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 execute: yes
7 wrap: no 6 wrap: no
8 test function name: test 7 test function name: test
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 var test; 11 var test;
13 (function() { 12 (function() {
14 class A { 13 class A {
15 method() { return 2; } 14 method() { return 2; }
16 } 15 }
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 194 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
196 /* 139 S> */ B(Return), 195 /* 139 S> */ B(Return),
197 ] 196 ]
198 constant pool: [ 197 constant pool: [
199 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], 198 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
200 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"], 199 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"],
201 ] 200 ]
202 handlers: [ 201 handlers: [
203 ] 202 ]
204 203
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698