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

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

Issue 2450243002: [ignition] Add a property call bytecode (Closed)
Patch Set: Address remaining comments Created 4 years, 1 month 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: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 return /ab+d/; 10 return /ab+d/;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 frame size: 3 48 frame size: 3
49 parameter count: 1 49 parameter count: 1
50 bytecode array length: 22 50 bytecode array length: 22
51 bytecodes: [ 51 bytecodes: [
52 /* 30 E> */ B(StackCheck), 52 /* 30 E> */ B(StackCheck),
53 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0), 53 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
54 B(Star), R(1), 54 B(Star), R(1),
55 /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(4), R(0), 55 /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(4), R(0),
56 B(LdaConstant), U8(2), 56 B(LdaConstant), U8(2),
57 B(Star), R(2), 57 B(Star), R(2),
58 /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(2), 58 /* 48 E> */ B(CallProperty), R(0), R(1), U8(2), U8(2),
59 /* 62 S> */ B(Return), 59 /* 62 S> */ B(Return),
60 ] 60 ]
61 constant pool: [ 61 constant pool: [
62 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"], 62 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"],
63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"], 63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"],
64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"], 64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"],
65 ] 65 ]
66 handlers: [ 66 handlers: [
67 ] 67 ]
68 68
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/PropertyCall.golden ('k') | test/cctest/interpreter/test-interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698