Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index a998fdb043d4e5c6948b68a7d58150b32cdc7335..25a1d58fb9e0ed1f46c389dfee0bdab7e459a10f 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); |