Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0eaeb36d7f9b75a343988627cbbbd7eb9e4ec25d..7d40d5e5e0bb1fef0966fc3c115a3b94782a8903 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1391,6 +1391,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. |