Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 3079958d5868cb1182cae32223fa2677b8595b49..1593fa051469d8cbeb679ea53a915ebfc270780c 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2878,6 +2878,8 @@ class V8_EXPORT Object : public Value { |
V8_DEPRECATED("Use maybe version", bool HasOwnProperty(Local<String> key)); |
V8_WARN_UNUSED_RESULT Maybe<bool> HasOwnProperty(Local<Context> context, |
Local<Name> key); |
+ V8_WARN_UNUSED_RESULT Maybe<bool> HasOwnProperty(Local<Context> context, |
+ uint32_t index); |
V8_DEPRECATE_SOON("Use maybe version", |
bool HasRealNamedProperty(Local<String> key)); |
V8_WARN_UNUSED_RESULT Maybe<bool> HasRealNamedProperty(Local<Context> context, |