<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:utatane.tea&#64;gmail.com" title="Yusuke Suzuki &lt;utatane.tea&#64;gmail.com&gt;"> <span class="fn">Yusuke Suzuki</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - SEGFAULT in JSC::BytecodeIntrinsicNode"
   href="https://bugs.webkit.org/show_bug.cgi?id=164120">bug 164120</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - SEGFAULT in JSC::BytecodeIntrinsicNode"
   href="https://bugs.webkit.org/show_bug.cgi?id=164120#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - SEGFAULT in JSC::BytecodeIntrinsicNode"
   href="https://bugs.webkit.org/show_bug.cgi?id=164120">bug 164120</a>
              from <span class="vcard"><a class="email" href="mailto:utatane.tea&#64;gmail.com" title="Yusuke Suzuki &lt;utatane.tea&#64;gmail.com&gt;"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
        <pre>That's OK. `&#64;tryGetById` does not accept the form `&#64;tryGetById(&quot;value&quot;)`.
These ones are called &quot;bytecode intrinsic&quot;. They are special hatch for JSC builtin functions. They have some privilege that is not exposed to user JS.
They are only allowed to be used in the JSC builtin code and they are not exposed in the user environment.

But actually, the above code works. This is because the function &quot;createBuiltin&quot; is a function for testing builtins in the JSC shell harness.
So it should not be exposed to users. And actually, it is only exposed in the JSC shell.</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>