Searched refs:expCount (Results 1 – 2 of 2) sorted by relevance
220 bool CheckArgCountAndThrow(const napi_env &env, int argCount, int expCount);
817 bool CheckArgCountAndThrow(const napi_env &env, int argCount, int expCount) in CheckArgCountAndThrow() argument819 if (argCount != expCount) { in CheckArgCountAndThrow()