You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add String::New overload for string_view (#1706)
* Add String::New overload for string_view
* Add Symbol::New with string_view
* Add String/Symbol::New with string view unit tests
* Add doc for String and Symbol string_view constructors
Searches in the global registry for existing symbol with the given name. If the symbol already exist it will be returned, otherwise a new symbol will be created in the registry. It's equivalent to Symbol.for() called from JavaScript.
0 commit comments