Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index a51da93dfd8b88c2794752ff994eb53e6a04da62..d6d1ec09bae1253b2372992d8389161e1b0c1789 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2465,6 +2465,7 @@ class V8_EXPORT Symbol : public Name { |
static Local<Symbol> GetIterator(Isolate* isolate); |
static Local<Symbol> GetUnscopables(Isolate* isolate); |
static Local<Symbol> GetToStringTag(Isolate* isolate); |
+ static Local<Symbol> GetIsConcatSpreadable(Isolate* isolate); |
V8_INLINE static Symbol* Cast(v8::Value* obj); |