Searched refs:authparamType (Results 1 – 1 of 1) sorted by relevance
236 napi_valuetype authparamType = napi_undefined; in IsJSObjectType() local237 napi_typeof(env, value, &authparamType); in IsJSObjectType()238 return CheckArgsType(env, authparamType == napi_object, param, "object"); in IsJSObjectType()