Searched refs:jsCaPath (Results 1 – 1 of 1) sorted by relevance
165 napi_value jsCaPath = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, ContextKey::CAPATH); in ParseCaPath() local166 if (NapiUtils::GetValueType(GetEnv(), jsCaPath) != napi_string) { in ParseCaPath()