Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index a191c07d24f3d6677faa82178791265c6cd78d0a..de4a23f2936555787ce5e65ef01861881945eb22 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2138,6 +2138,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> GetToStringTag(Isolate* isolate); |
V8_INLINE static Symbol* Cast(v8::Value* obj); |