Status: Accepted
Owner: ----
CC: rossb...@chromium.org,  yang...@chromium.org,  dslo...@chromium.org
Labels: Type-Bug Priority-Medium Harmony

New issue 3715 by yang...@chromium.org: RegExp.{source,global,multiline,ignoreCase} are accessor properties on the prototype.
https://code.google.com/p/v8/issues/detail?id=3715

In ES5, source, global, multiline, and ignoreCase are instances on the RegExp object [0]. They are currently implemented as in-object fields or API accessors.

In ES6, those became accessor properties on the RegExp.prototype with the set accessor being undefined. [1]

This is obviously an observable and breaking change.

[0] http://www.ecma-international.org/ecma-262/5.1/#sec-15.10.7
[1] https://people.mozilla.org/~jorendorff/es6-draft.html#sec-get-regexp.prototype.global

--
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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to