Index: test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden |
index fea78bae62e9d9156954a7991f6b1ebf979a7c4a..e9540bb446c266c1248d7c720a6f2371db8de1bb 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden |
@@ -16,10 +16,11 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 9 |
+bytecode array length: 10 |
bytecodes: [ |
/* 32 E> */ B(StackCheck), |
- /* 39 S> */ B(LdrGlobal), U8(2), R(0), |
+ /* 39 S> */ B(LdaGlobal), U8(2), |
+ B(Star), R(0), |
B(LdaConstant), U8(0), |
B(DeletePropertySloppy), R(0), |
/* 58 S> */ B(Return), |
@@ -41,10 +42,11 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 9 |
+bytecode array length: 10 |
bytecodes: [ |
/* 28 E> */ B(StackCheck), |
- /* 51 S> */ B(LdrGlobal), U8(2), R(0), |
+ /* 51 S> */ B(LdaGlobal), U8(2), |
+ B(Star), R(0), |
B(LdaSmi), U8(1), |
B(DeletePropertyStrict), R(0), |
/* 71 S> */ B(Return), |
@@ -64,11 +66,13 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 14 |
+bytecode array length: 16 |
bytecodes: [ |
/* 32 E> */ B(StackCheck), |
- /* 39 S> */ B(LdrCurrentContextSlot), U8(3), R(0), |
- B(LdrContextSlot), R(0), U8(2), U8(0), R(1), |
+ /* 39 S> */ B(LdaCurrentContextSlot), U8(3), |
+ B(Star), R(0), |
+ B(LdaContextSlot), R(0), U8(2), U8(0), |
+ B(Star), R(1), |
B(LdaConstant), U8(0), |
B(DeletePropertySloppy), R(1), |
/* 56 S> */ B(Return), |
@@ -89,11 +93,13 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 14 |
+bytecode array length: 16 |
bytecodes: [ |
/* 18 E> */ B(StackCheck), |
- /* 25 S> */ B(LdrCurrentContextSlot), U8(3), R(0), |
- B(LdrContextSlot), R(0), U8(2), U8(0), R(1), |
+ /* 25 S> */ B(LdaCurrentContextSlot), U8(3), |
+ B(Star), R(0), |
+ B(LdaContextSlot), R(0), U8(2), U8(0), |
+ B(Star), R(1), |
B(LdaConstant), U8(0), |
B(DeletePropertySloppy), R(1), |
/* 42 S> */ B(Return), |