Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 823285fd37661bad76a15483a06cc104b680512b..31d5b5fbbeafe6c3d9b62a1802528f8aa6e27e35 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -64,7 +64,7 @@ namespace internal { |
F(ToFastProperties, 1, 1) \ |
F(FinishArrayPrototypeSetup, 1, 1) \ |
F(SpecialArrayFunctions, 1, 1) \ |
- F(IsClassicModeFunction, 1, 1) \ |
+ F(IsSloppyModeFunction, 1, 1) \ |
F(GetDefaultReceiver, 1, 1) \ |
\ |
F(GetPrototype, 1, 1) \ |
@@ -469,7 +469,7 @@ namespace internal { |
F(HasFastDoubleElements, 1, 1) \ |
F(HasFastHoleyElements, 1, 1) \ |
F(HasDictionaryElements, 1, 1) \ |
- F(HasNonStrictArgumentsElements, 1, 1) \ |
+ F(HasSloppyArgumentsElements, 1, 1) \ |
F(HasExternalUint8ClampedElements, 1, 1) \ |
F(HasExternalArrayElements, 1, 1) \ |
F(HasExternalInt8Elements, 1, 1) \ |