Status: Available
Owner: ----
CC: [email protected],  [email protected]
Labels: Type-FeatureRequest Priority-Medium Area-Language Harmony

New issue 4305 by [email protected]: Implement well-known symbol `Symbol.match`
https://code.google.com/p/v8/issues/detail?id=4305

It is used by a few places in ES6:

- To brand an object as RegExp-like:
http://www.ecma-international.org/ecma-262/6.0/#sec-isregexp

- As a hook into String.prototype.match():
http://www.ecma-international.org/ecma-262/6.0/#sec-string.prototype.match

- As the name of a function on RegExp.prototype which gets run by the above:
http://www.ecma-international.org/ecma-262/6.0/#sec-regexp.prototype-@@match

It might or might not make sense to implement Symbol.search at the same time, which has only the latter two uses.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to