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

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

Issue 2248693005: [Parser] Track ContainsDot for SMI values. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « src/ast/ast-value-factory.cc ('k') | test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/PrimitiveReturnStatements.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/PrimitiveReturnStatements.golden b/test/cctest/interpreter/bytecode_expectations/PrimitiveReturnStatements.golden
index 77ceb059e7c87521286a83b1ad2ddca3c400953b..7eaaa88d0530def15d82b3c4b623a0625bceb510 100644
--- a/test/cctest/interpreter/bytecode_expectations/PrimitiveReturnStatements.golden
+++ b/test/cctest/interpreter/bytecode_expectations/PrimitiveReturnStatements.golden
@@ -185,11 +185,10 @@ parameter count: 1
bytecode array length: 4
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 34 S> */ B(LdaConstant), U8(0),
+ /* 34 S> */ B(LdaSmi), U8(2),
/* 46 S> */ B(Return),
]
constant pool: [
- 2,
]
handlers: [
]
« no previous file with comments | « src/ast/ast-value-factory.cc ('k') | test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698