<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calling eval in function will crash on iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=167280#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Calling eval in function will crash on iOS"
   href="https://bugs.webkit.org/show_bug.cgi?id=167280">bug 167280</a>
              from <span class="vcard"><a class="email" href="mailto:hszhsh&#64;icloud.com" title="shuan zhao &lt;hszhsh&#64;icloud.com&gt;"> <span class="fn">shuan zhao</span></a>
</span></b>
        <pre>Yes, it's my own release build of JavaScriptCore with the lasted code, and linked as static library with my app on iOS device. The script I'm running is as follows.

function test() {
    eval(&quot;1+1&quot;);
}

test();</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>