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

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

Issue 2664083002: [ignition] desugar async functions/generators/modules in BytecodeGenerator
Patch Set: get rid of lambdas, for better or worse.. Created 3 years, 10 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/ThisFunction.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ThisFunction.golden b/test/cctest/interpreter/bytecode_expectations/ThisFunction.golden
index 5d1c7c914384fc5f55953d5e8160f69b9d4c567d..92a02c078cee0f857e942b6e807d15bea782c667 100644
--- a/test/cctest/interpreter/bytecode_expectations/ThisFunction.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ThisFunction.golden
@@ -12,12 +12,11 @@ snippet: "
f = function f() {};
f();
"
-frame size: 1
+frame size: 0
parameter count: 1
-bytecode array length: 6
+bytecode array length: 3
bytecodes: [
/* 21 E> */ B(StackCheck),
- B(Mov), R(closure), R(0),
B(LdaUndefined),
/* 25 S> */ B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698