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 66583f3389af9516ab2bf8de0da1bcbb1c7b452f..fea78bae62e9d9156954a7991f6b1ebf979a7c4a 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden |
@@ -64,10 +64,10 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 16 |
+bytecode array length: 14 |
bytecodes: [ |
/* 32 E> */ B(StackCheck), |
- /* 39 S> */ B(LdrContextSlot), R(context), U8(3), U8(0), R(0), |
+ /* 39 S> */ B(LdrCurrentContextSlot), U8(3), R(0), |
B(LdrContextSlot), R(0), U8(2), U8(0), R(1), |
B(LdaConstant), U8(0), |
B(DeletePropertySloppy), R(1), |
@@ -89,10 +89,10 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 16 |
+bytecode array length: 14 |
bytecodes: [ |
/* 18 E> */ B(StackCheck), |
- /* 25 S> */ B(LdrContextSlot), R(context), U8(3), U8(0), R(0), |
+ /* 25 S> */ B(LdrCurrentContextSlot), U8(3), R(0), |
B(LdrContextSlot), R(0), U8(2), U8(0), R(1), |
B(LdaConstant), U8(0), |
B(DeletePropertySloppy), R(1), |