No subject


Tue May 3 15:05:30 PDT 2016


class Call {
      struct Argument {
              Argument(GPRReg);
              Argument(JSValueRegs);
              Argument(immediate type: int32/int64/pointer); 
      }
      Type m_resultType;
      Vector<Arguments> m_arguments;
      FunctionPtr m_function;
};

and then have a function like:
setupCallWithExecState(const Call& call);

And API should correctly construct the frame according to Vector<Arguments>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
--1475813571.4Aeff1.29548
Date: Thu, 6 Oct 2016 21:12:51 -0700
MIME-Version: 1.0
Content-Type: text/html

<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Clean up callOperation APIs"
   href="https://bugs.webkit.org/show_bug.cgi?id=163099">163099</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[JSC] Clean up callOperation APIs
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>utatane.tea&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>From Saam's idea. <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [DOMJIT] Support slow path call"
   href="show_bug.cgi?id=162978#c3">https://bugs.webkit.org/show_bug.cgi?id=162978#c3</a>

class Call {
      struct Argument {
              Argument(GPRReg);
              Argument(JSValueRegs);
              Argument(immediate type: int32/int64/pointer); 
      }
      Type m_resultType;
      Vector&lt;Arguments&gt; m_arguments;
      FunctionPtr m_function;
};

and then have a function like:
setupCallWithExecState(const Call&amp; call);

And API should correctly construct the frame according to Vector&lt;Arguments&gt;.</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>
--1475813571.4Aeff1.29548--


More information about the webkit-unassigned mailing list