Status: Available
Owner: ----
Labels: Type-Bug Priority-Medium Harmony

New issue 4347 by [email protected]: RegExp flag properties should be getters, not data properties
https://code.google.com/p/v8/issues/detail?id=4347

For example: http://www.ecma-international.org/ecma-262/6.0/#sec-get-regexp.prototype.ignorecase

The change from ES5 was from a nonwritable, nonconfigurable data property to an accessor with a get function but no set function. I guess it's probably nonconfigurable too, but it doesn't say that locally in the spec.

Just curious, anyone know the motivation for this change? Test262 is testing for it now.

--
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