Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ba8035b8e454c8c8d1a331ea9617d3fb7390a42b..f85f39f338aa55f71de1ed6ef5c395fb949fef3d 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1829,6 +1829,7 @@ class JSReceiver: public HeapObject { |
Handle<JSReceiver> receiver, OrdinaryToPrimitiveHint hint); |
// Implementation of [[HasProperty]], ECMA-262 5th edition, section 8.12.6. |
+ MUST_USE_RESULT static Maybe<bool> HasProperty(LookupIterator* it); |
MUST_USE_RESULT static inline Maybe<bool> HasProperty( |
Handle<JSReceiver> object, Handle<Name> name); |
MUST_USE_RESULT static inline Maybe<bool> HasOwnProperty(Handle<JSReceiver>, |