Updates:
Status: Accepted
Comment #4 on issue 1976 by [email protected]: v8 differs from
JavaScriptCore in how it treats the lastIndex property
https://code.google.com/p/v8/issues/detail?id=1976
ES5.1 used to be inconsistent about this: String.prototype.match did not
require setting a read-only "lastIndex" property to throw, but
RegExp.prototype.exec did.
ES6 unified both in @@match, where it should throw.
Maybe it's as easy as using strict mode for all of src/regexp.js
--
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.