| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index abd35c08ca484efcdfa5306dfa8979d2c6cc9f89..2adf2ac3adbeb2fdf19e93434203e1bd6695c363 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -186,7 +186,9 @@ namespace internal {
|
| F(HomeObjectSymbol, 0, 1) \
|
| F(ThrowNonMethodError, 0, 1) \
|
| F(ThrowUnsupportedSuperError, 0, 1) \
|
| - F(LoadFromSuper, 3, 1)
|
| + F(LoadFromSuper, 3, 1) \
|
| + F(StoreToSuper_Strict, 4, 1) \
|
| + F(StoreToSuper_Sloppy, 4, 1)
|
|
|
|
|
| #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \
|
|
|