| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 3c81f3d58cf32c4f1c6cd5d84ac45d6e257c7155..785c4e746cef6b17f8462c489511af399397b6c8 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -562,9 +562,7 @@ namespace internal {
|
| F(LoadLookupSlot, 1, 1) \
|
| F(LoadLookupSlotInsideTypeof, 1, 1) \
|
| F(StoreLookupSlot_Sloppy, 2, 1) \
|
| - F(StoreLookupSlot_Strict, 2, 1) \
|
| - F(ArgumentsLength, 0, 1) \
|
| - F(Arguments, 1, 1)
|
| + F(StoreLookupSlot_Strict, 2, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_SIMD(F) \
|
| F(IsSimdValue, 1, 1) \
|
|
|