| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 2f90933772b072a5ad63e00927f0c863dbb289d6..42531774116116595b4fcc57f0443e9b9e779610 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2696,6 +2696,7 @@ class V8_EXPORT Symbol : public Name {
|
| // Well-known symbols
|
| static Local<Symbol> GetIterator(Isolate* isolate);
|
| static Local<Symbol> GetUnscopables(Isolate* isolate);
|
| + static Local<Symbol> GetToPrimitive(Isolate* isolate);
|
| static Local<Symbol> GetToStringTag(Isolate* isolate);
|
| static Local<Symbol> GetIsConcatSpreadable(Isolate* isolate);
|
|
|
|
|