| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index b2dc1816f8ef6ceb4bd25ef6572c6c04d0c8b399..d17de65afddd515a5f2d708ca15a079a2260da62 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2091,6 +2091,7 @@ class JSObject: public JSReceiver {
|
| // ElementsKind.
|
| inline bool HasFastHoleyElements();
|
| inline bool HasNonStrictArgumentsElements();
|
| + inline bool HasFastPackedElements();
|
| inline bool HasDictionaryElements();
|
| inline bool HasExternalPixelElements();
|
| inline bool HasExternalArrayElements();
|
|
|