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

Unified Diff: test/cctest/interpreter/bytecode_expectations/Modules.golden

Issue 2614373002: [FeedbackVector] Infrastructure for literal arrays in the vector. (Closed)
Patch Set: Release compile fix. Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/Modules.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Modules.golden b/test/cctest/interpreter/bytecode_expectations/Modules.golden
index 10c97fff65ee58c36d39b504d908cd57bd4f5bed..dff3a5377e3beac1d731830ae51d44d93a4f4ff9 100644
--- a/test/cctest/interpreter/bytecode_expectations/Modules.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Modules.golden
@@ -528,7 +528,7 @@ snippet: "
"
frame size: 8
parameter count: 2
-bytecode array length: 135
+bytecode array length: 136
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(21),
@@ -585,7 +585,7 @@ bytecodes: [
/* 32 S> */ B(Return),
B(Ldar), R(4),
/* 0 E> */ B(Throw),
- B(CreateClosure), U8(1), U8(0),
+ B(CreateClosure), U8(1), U8(2), U8(0),
B(StaModuleVariable), U8(1), U8(0),
B(LdaUndefined),
/* 32 S> */ B(Return),
@@ -603,7 +603,7 @@ snippet: "
"
frame size: 8
parameter count: 2
-bytecode array length: 172
+bytecode array length: 173
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(21),
@@ -660,7 +660,7 @@ bytecodes: [
/* 26 S> */ B(Return),
B(Ldar), R(4),
/* 0 E> */ B(Throw),
- /* 16 S> */ B(CreateClosure), U8(1), U8(0),
+ /* 16 S> */ B(CreateClosure), U8(1), U8(2), U8(0),
B(Star), R(2),
B(LdaTheHole),
B(Star), R(3),

Powered by Google App Engine
This is Rietveld 408576698