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

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

Issue 1796893002: [Interpreter] Pops the context to the correct level on return. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased the patch. 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/TryCatch.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
index 2450f90c5870c411fe65500f9356996dbbcdf463..b50c2c2babb207b4e14b2f06d849badbb49d1d68 100644
--- a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
+++ b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
@@ -13,7 +13,7 @@ snippet: "
"
frame size: 5
parameter count: 1
-bytecode array length: 38
+bytecode array length: 40
bytecodes: [
B(StackCheck),
B(Mov), R(context), R(1),
@@ -30,6 +30,7 @@ bytecodes: [
B(Ldar), R(1),
B(PushContext), R(0),
B(LdaSmi8), U8(2),
+ B(PopContext), R(0),
B(Return),
B(LdaUndefined),
B(Return),

Powered by Google App Engine
This is Rietveld 408576698