| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index a37c851e8105b4e0be27723906d6c7885b4483e2..b2f2e965a14ec4bbb401da135ac204632127d293 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -303,6 +303,9 @@ namespace internal {
|
| F(ResumeJSGeneratorObject, 3, 1) \
|
| F(ThrowGeneratorStateError, 1, 1) \
|
| \
|
| + /* ES5 */ \
|
| + F(ObjectFreeze, 1, 1) \
|
| + \
|
| /* Harmony modules */ \
|
| F(IsJSModule, 1, 1) \
|
| \
|
| @@ -423,6 +426,7 @@ namespace internal {
|
| F(HasFastDoubleElements, 1, 1) \
|
| F(HasFastHoleyElements, 1, 1) \
|
| F(HasDictionaryElements, 1, 1) \
|
| + F(HasNonStrictArgumentsElements, 1, 1) \
|
| F(HasExternalPixelElements, 1, 1) \
|
| F(HasExternalArrayElements, 1, 1) \
|
| F(HasExternalByteElements, 1, 1) \
|
|
|