Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index ac3c6173ecc96f2383cedc65fa2ae1a92c8b3a8c..e01da1e23f9715e6114efdf7160b9545be3b40ce 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1960,7 +1960,12 @@ class V8_EXPORT Symbol : public Primitive { |
// registry that is not accessible by (and cannot clash with) JavaScript code. |
static Local<Symbol> ForApi(Isolate *isolate, Local<String> name); |
+ // Well-known symbols |
+ static Local<Symbol> GetIterator(Isolate* isolate); |
+ static Local<Symbol> GetUnscopables(Isolate* isolate); |
+ |
V8_INLINE static Symbol* Cast(v8::Value* obj); |
+ |
private: |
Symbol(); |
static void CheckCast(v8::Value* obj); |