<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [iOS8][ARMv7(s)] Optimized Object.create in 'use strict' context sometimes breaks."
   href="https://bugs.webkit.org/show_bug.cgi?id=138038#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [iOS8][ARMv7(s)] Optimized Object.create in 'use strict' context sometimes breaks."
   href="https://bugs.webkit.org/show_bug.cgi?id=138038">bug 138038</a>
              from <span class="vcard"><a class="email" href="mailto:unwttng&#64;gmail.com" title="Jack Preston &lt;unwttng&#64;gmail.com&gt;"> <span class="fn">Jack Preston</span></a>
</span></b>
        <pre>Also for more information towards the original report, in our codebase instead of &quot;setting properties results in a thrown exception&quot; we were often seeing what I'd describe as &quot;setting properties invisibly does not happen&quot;. At one point, code like:

```js
this.data = {};
console.log(this.data);
```

Would output `undefined`. At other points it would crash Safari, and we would get the app reload with the grey notification bar. In almost 100% of cases it would cease any useful communication with Safari desktop dev tools.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>