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

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

Issue 1993073003: [turbofan] Implement intrinsic lowering of %_GeneratorClose. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@gen-turbo
Patch Set: bytecode expectations rebaseline Created 4 years, 7 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/parsing/parser.cc ('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/Generators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
index 46a6b4aba2c2cdf5f5af82e930a9d8e661bfc867..ebcff80eca03e322ca9ecb4ec54698be0d1fe4a8 100644
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
@@ -88,7 +88,7 @@ bytecodes: [
B(Star), R(4),
B(LdaContextSlot), R(context), U8(5),
B(Star), R(5),
- B(CallRuntime), U16(Runtime::kGeneratorClose), R(5), U8(1),
+ B(CallRuntime), U16(Runtime::k_GeneratorClose), R(5), U8(1),
B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1),
B(LdaZero),
B(TestEqualStrict), R(2),
@@ -232,7 +232,7 @@ bytecodes: [
B(Star), R(4),
B(LdaContextSlot), R(context), U8(5),
B(Star), R(5),
- B(CallRuntime), U16(Runtime::kGeneratorClose), R(5), U8(1),
+ B(CallRuntime), U16(Runtime::k_GeneratorClose), R(5), U8(1),
B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1),
B(LdaZero),
B(TestEqualStrict), R(2),
@@ -586,7 +586,7 @@ bytecodes: [
B(Star), R(6),
B(LdaContextSlot), R(context), U8(5),
B(Star), R(7),
- B(CallRuntime), U16(Runtime::kGeneratorClose), R(7), U8(1),
+ B(CallRuntime), U16(Runtime::k_GeneratorClose), R(7), U8(1),
B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(6), U8(1),
B(LdaZero),
B(TestEqualStrict), R(4),
« no previous file with comments | « src/parsing/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698