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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ConstVariable.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/ConstVariable.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
index 6ba2ad4d9467368018f8508ef9f6a5c297b2f387..0a363afae3218b2cec31ae9a3febfdc6442f83fc 100644
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
@@ -51,7 +51,7 @@ handlers: [
snippet: "
const x = ( x = 20);
"
-frame size: 3
+frame size: 5
parameter count: 1
bytecode array length: 30
bytecodes: [
@@ -59,12 +59,12 @@ bytecodes: [
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 48 S> */ B(LdaSmi), I8(20),
- B(Star), R(1),
+ B(Star), R(3),
B(Ldar), R(0),
B(JumpIfNotHole), U8(11),
B(LdaConstant), U8(0),
- B(Star), R(2),
- /* 48 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
+ B(Star), R(4),
+ /* 48 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
B(Star), R(0),
B(LdaUndefined),

Powered by Google App Engine
This is Rietveld 408576698