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

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

Issue 1901083002: [Interpreter] Introduce IncStub and DecStub. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 8 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
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/DoExpression.golden ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
index 7d64503a0cb3809aa1b34372d99beaa9de552584..2f3ebd1067f8fc27e29dc4a908d6539e65db522b 100644
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
@@ -16,11 +16,10 @@ snippet: "
"
frame size: 0
parameter count: 1
-bytecode array length: 10
+bytecode array length: 9
bytecodes: [
B(StackCheck),
B(LdaGlobal), U8(0), U8(1),
- B(ToNumber),
B(Inc),
B(StaGlobalSloppy), U8(0), U8(3),
B(Return),
@@ -64,11 +63,10 @@ snippet: "
"
frame size: 0
parameter count: 1
-bytecode array length: 10
+bytecode array length: 9
bytecodes: [
B(StackCheck),
B(LdaGlobal), U8(0), U8(1),
- B(ToNumber),
B(Dec),
B(StaGlobalStrict), U8(0), U8(3),
B(Return),
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/DoExpression.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698