| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index da1ae40ba068cb4c58e7a9ac5595f3dfc2f4e995..7eb4034e36cbeda86c62e12178aaec7deb236923 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -438,6 +438,8 @@ namespace internal {
|
| F(GetPropertyStrong, 2, 1) \
|
| F(KeyedGetProperty, 2, 1) \
|
| F(KeyedGetPropertyStrong, 2, 1) \
|
| + F(LoadGlobalViaContext, 3, 1) \
|
| + F(StoreGlobalViaContext, 5, 1) \
|
| F(AddNamedProperty, 4, 1) \
|
| F(SetProperty, 4, 1) \
|
| F(AddElement, 3, 1) \
|
|
|