Searched refs:thirdParamType (Results 1 – 1 of 1) sorted by relevance
1739 napi_valuetype thirdParamType = napi_null; in PerformActionConstructPromise() local1740 napi_typeof(env, argv[PARAM2], &thirdParamType); in PerformActionConstructPromise()1741 if (thirdParamType == napi_function) { in PerformActionConstructPromise()