Searched refs:paramSetValue (Results 1 – 1 of 1) sorted by relevance
193 static int32_t HksParseParamsToVector(const JSIValue paramSetValue, std::vector<HksParam> ¶ms) in HksParseParamsToVector() argument197 if (!JSI::ValueIsArray(paramSetValue)) { in HksParseParamsToVector()201 uint32_t paramCnt = JSI::GetArrayLength(paramSetValue); in HksParseParamsToVector()206 JSIValue paramProperty = JSI::GetPropertyByIndex(paramSetValue, i); in HksParseParamsToVector()291 JSIValue paramSetValue = nullptr; in HksParseParamSetWithAdd() local294 paramSetValue = JSI::GetNamedProperty(args[index], HKS_OPTIONS_PROPERTY_PROPERTIES); in HksParseParamSetWithAdd()295 if (paramSetValue == nullptr) { in HksParseParamSetWithAdd()298 ret = HksParseParamsToVector(paramSetValue, paramsVector); in HksParseParamSetWithAdd()320 RELEASE_JSI_VALUE_IF_NOT_NULL(paramSetValue); in HksParseParamSetWithAdd()