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.
1 parent 85bc64a commit d5f4a1fCopy full SHA for d5f4a1f
1 file changed
lib/internal/bootstrap/primordials.js
@@ -72,7 +72,8 @@ primordials.SafePromise = makeSafe(
72
'Function',
73
'Object',
74
'RegExp',
75
- 'String'
+ 'String',
76
+ 'Symbol',
77
].forEach((name) => {
78
const target = primordials[name] = Object.create(null);
79
copyProps(global[name], target);
0 commit comments