Searched refs:indexObject (Results 1 – 2 of 2) sorted by relevance
83 auto indexObject = JSRef<JSObject>::Cast(indexVal); in Create() local84 auto selectValue = indexObject->GetProperty("value"); in Create()85 auto selectIcon = indexObject->GetProperty("icon"); in Create()86 auto selectSymbolIcon = indexObject->GetProperty("symbolIcon"); in Create()
3276 auto indexObject = JSRef<JSObject>::Cast(paramArray->GetValueAt(i)); in ParseBindOptionParam() local3277 … JSViewAbstract::ParseJsString(indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::VALUE)), in ParseBindOptionParam()3279 auto actionFunc = indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::ACTION)); in ParseBindOptionParam()3295 …if (JSViewAbstract::ParseJsMedia(indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::ICON)),… in ParseBindOptionParam()3298 if (indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::SYMBOL_ICON))->IsObject()) { in ParseBindOptionParam()3301 indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::SYMBOL_ICON))); in ParseBindOptionParam()3304 auto enabled = indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::ENABLED)); in ParseBindOptionParam()