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), |