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

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

Issue 2654423004: [async-functions] support await expressions in finally statements (Closed)
Patch Set: I'd like to build with -Wunused-variables locally, but how!? Created 3 years, 11 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),
]
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/Modules.golden ('k') | test/debugger/debug/debug-scopes-suspended-generators.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698