[webkit-dev] cti_op_call_ArityCheck question
Toshiyasu Morita
tm_webkit at yahoo.com
Thu Jun 4 13:50:40 PDT 2009
I don't understand this code in JITStubs::cti_op_call_arityCheck():
ASSERT(argCount != newCodeBlock->m_numParameters);
It's
ensuring that the argument count does not equal the number of
parameters expected by the newCodeBlock. I could understand if it was
ensuring the argCount was the same, but why different?
Toshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090604/885a5d75/attachment.html>
More information about the webkit-dev
mailing list