Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0ab0777691e505c74acde571b77dbebab31aba4d..171638875a15ee9955dc748952f3769ed5885829 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -439,8 +439,9 @@ namespace internal { |
F(GetPropertyStrong, 2, 1) \ |
F(KeyedGetProperty, 2, 1) \ |
F(KeyedGetPropertyStrong, 2, 1) \ |
- F(LoadGlobalViaContext, 3, 1) \ |
- F(StoreGlobalViaContext, 5, 1) \ |
+ F(LoadGlobalViaContext, 2, 1) \ |
+ F(StoreGlobalViaContext_Sloppy, 3, 1) \ |
+ F(StoreGlobalViaContext_Strict, 3, 1) \ |
F(AddNamedProperty, 4, 1) \ |
F(SetProperty, 4, 1) \ |
F(AddElement, 3, 1) \ |