This document defines functions for creating symbols and adding them to the global namespace. It allows for polyfilling ES2015 features like Symbol, Symbol.iterator, Array.prototype.values, and Object.values for older JavaScript environments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views
F
This document defines functions for creating symbols and adding them to the global namespace. It allows for polyfilling ES2015 features like Symbol, Symbol.iterator, Array.prototype.values, and Object.values for older JavaScript environments.