<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [ES6] Add TypedArray.prototype functionality."
   href="https://bugs.webkit.org/show_bug.cgi?id=148035#c44">Comment # 44</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [ES6] Add TypedArray.prototype functionality."
   href="https://bugs.webkit.org/show_bug.cgi?id=148035">bug 148035</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>Comment on <span class=""><a href="attachment.cgi?id=260315&amp;action=diff" name="attach_260315" title="Patch">attachment 260315</a> <a href="attachment.cgi?id=260315&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=260315&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=260315&amp;action=review</a>

You need to add introduced *.cpp and *.h to JavaScriptCore.vcxproj/JavaScriptCore.vcxproj and JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters to build sources in Windows.

<span class="quote">&gt; Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp:69
&gt; +EncodedJSValue typedArrayViewPrivateFuncLength(ExecState* exec)</span >

Let's add JSC_HOST_CALL annotation. It enforces __fastcall calling convention in Windows environment.

<span class="quote">&gt; Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp:78
&gt; +EncodedJSValue typedArrayViewPrivateFuncSort(ExecState* exec)</span >

Let's add JSC_HOST_CALL annotation. It enforces __fastcall calling convention in Windows environment.</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>