- You develop a web application in which you use the Function constructor.
- The function body contains an ECMAScript Fifth Edition (ES5) getter or setter.
- You run the code in Windows Internet Explorer 9 Standards mode.
For example, if the webpage contains the following code, this issue occurs:
new Function(' return { get x() {} } ')