| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 6e1db3a581f5c7ce340e3a9f6d9b4a45f06c6cff..c907e9cc152edb8f10aa7a6eb0c8a9b1f3e6180c 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2468,6 +2468,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);
|
|
|
|
|