Searched refs:param_count_without_receiver (Results 1 – 1 of 1) sorted by relevance
1814 inline constexpr int JSParameterCount(int param_count_without_receiver) { in JSParameterCount() argument1815 return param_count_without_receiver + kJSArgcReceiverSlots; in JSParameterCount()