Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 4823243f2384b510771dd53a76dfa3bdb80c9471..d271931d672d6f2718d8bf248b21f739459fd4bd 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1056,6 +1056,7 @@ class Object { |
INLINE(bool IsOrderedHashSet() const); |
INLINE(bool IsOrderedHashMap() const); |
bool IsCallable() const; |
+ static bool IsPromise(Handle<Object> object); |
// Oddball testing. |
INLINE(bool IsUndefined() const); |