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

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

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Use constructor name if available. 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/DeclareGlobals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
index 62dc163a70e1de03891ab9b97c4ef2e5ab0ca132..e0c5e7d696eb6ca0af6d032174004e1eb0a54200 100644
--- a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
@@ -114,10 +114,10 @@ bytecodes: [
B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1), U8(3),
/* 0 E> */ B(StackCheck),
/* 16 S> */ B(LdaUndefined),
- B(Star), R(2),
+ B(Star), R(3),
B(LdaGlobal), U8(1), U8(2),
- B(Star), R(1),
- /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(5),
+ B(Star), R(2),
+ /* 16 E> */ B(Call), R(2), R(3), U8(1), U8(5),
B(Star), R(0),
/* 20 S> */ B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698