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

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

Issue 1768123002: [Interpreter] Fixes a bug when popping context to correct level on break/continue. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/CreateArguments.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden b/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden
index ab60ba49b836c3b6067850b6eef4a7ee7c292a65..b571ff102c0af4e5218cda4f114ad8381f0f5dc8 100644
--- a/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden
@@ -78,7 +78,7 @@ snippet: "
"
frame size: 3
parameter count: 2
-bytecode array length: 25
+bytecode array length: 27
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(1),
@@ -91,6 +91,7 @@ bytecodes: [
B(Star), R(2),
B(LdaZero),
B(KeyedLoadIC), R(2), U8(1),
+ B(PopContext), R(1),
B(Return),
]
constant pool: [
@@ -105,7 +106,7 @@ snippet: "
"
frame size: 2
parameter count: 4
-bytecode array length: 29
+bytecode array length: 31
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(1),
@@ -119,6 +120,7 @@ bytecodes: [
B(Star), R(0),
B(StackCheck),
B(Ldar), R(0),
+ B(PopContext), R(1),
B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698