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



      
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to