Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 688f228f50e1da585d21d234f323a6fb8f87df6a..edba8eaece01ae12955c89426ef8c57edf7a973d 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2014,6 +2014,11 @@ class V8_EXPORT Value : public Data { |
bool IsRegExp() const; |
/** |
+ * Returns true if this value is an async function. |
+ */ |
+ bool IsAsyncFunction() const; |
+ |
+ /** |
* Returns true if this value is a Generator function. |
* This is an experimental feature. |
*/ |