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

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

Issue 2286273002: [interpreter] Make the comparison bytecode handlers collect type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix. Created 4 years, 4 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/ClassDeclarations.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
index d7ebabc8e46252e31b054a07f99cd1c808ab744f..8ec4fcf16133470b8dc0a6d64c8520ed70b226d9 100644
--- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
@@ -124,7 +124,7 @@ snippet: "
"
frame size: 11
parameter count: 1
-bytecode array length: 123
+bytecode array length: 124
bytecodes: [
B(CreateFunctionContext), U8(2),
B(PushContext), R(3),
@@ -161,7 +161,7 @@ bytecodes: [
/* 106 E> */ B(LdaContextSlot), R(context), U8(5),
B(ToName), R(7),
B(LdaConstant), U8(3),
- B(TestEqualStrict), R(7),
+ B(TestEqualStrict), R(7), U8(0),
B(Mov), R(4), R(6),
B(JumpIfToBooleanFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),

Powered by Google App Engine
This is Rietveld 408576698