Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index fe9f1e2c5eb9d01727423025569361954dbf5980..2f40b2af18ae73d0f4c97856b00ca309ae737b27 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1383,6 +1383,8 @@ class JSReceiver: public HeapObject { |
inline PropertyAttributes GetPropertyAttribute(String* name); |
PropertyAttributes GetPropertyAttributeWithReceiver(JSReceiver* receiver, |
String* name); |
+ PropertyAttributes TryGetPropertyAttribute(Handle<Object> key, |
+ bool* has_pending_exception); |
PropertyAttributes GetLocalPropertyAttribute(String* name); |
// Can cause a GC. |