Searched defs:JSParameterCount (Results 1 – 2 of 2) sorted by relevance
3810 inline TNode<Int32T> JSParameterCount(int argc_without_receiver) { in JSParameterCount() function3813 inline TNode<Word32T> JSParameterCount(TNode<Word32T> argc_without_receiver) { in JSParameterCount() function
1814 inline constexpr int JSParameterCount(int param_count_without_receiver) { in JSParameterCount() function