DescriptionIE10 has a magic readonly property RegExp.prototype.options that's
a string of the regexp's options. For instance, /foo/i.options === "i".
.options appears to be immune to deletion and poisoning, which
causes ses to give up on IE10. This seems to be the only thing
preventing ses/es5 from running on IE10.
I don't see any reason to treat .options different from the other
magic regexp properties, so I'm adding it to the whitelist.
Patch Set 1 #
MessagesTotal messages: 4
|
|||||||||||||||||||