Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index d10e64b6d129382ccdaf775f5c69b75387bab823..ff03db8a57b73222977385e0dac50e0d8b13f121 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1014,6 +1014,9 @@ class Isolate { |
Map* get_initial_js_array_map(ElementsKind kind); |
+ static const int kArrayProtectorValid = 1; |
+ static const int kArrayProtectorInvalid = 0; |
+ |
bool IsFastArrayConstructorPrototypeChainIntact(); |
// On intent to set an element in object, make sure that appropriate |