We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Symbol.for
1 parent af9eb5c commit 0b6cadbCopy full SHA for 0b6cadb
test/built-ins/Symbol/for/description.js
@@ -10,7 +10,7 @@ info: |
10
is stringKey.
11
[...]
12
6. Return newSymbol.
13
-features: [Symbol]
+features: [Symbol, Symbol.prototype.description]
14
---*/
15
16
var symbol = Symbol.for({toString: function() { return 'test262'; }});
0 commit comments