Searched refs:expected_arg_count (Results 1 – 1 of 1) sorted by relevance
86 #define HANDLE_CASE(name, lower_case, expected_arg_count) \ in InvokeIntrinsic() argument88 if (FLAG_debug_code && expected_arg_count >= 0) { \ in InvokeIntrinsic()89 AbortIfArgCountMismatch(expected_arg_count, arg_count); \ in InvokeIntrinsic()