Home
last modified time | relevance | path

Searched refs:indexObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp83 auto indexObject = JSRef<JSObject>::Cast(indexVal); in Create() local
84 auto selectValue = indexObject->GetProperty("value"); in Create()
85 auto selectIcon = indexObject->GetProperty("icon"); in Create()
86 auto selectSymbolIcon = indexObject->GetProperty("symbolIcon"); in Create()
H A Djs_view_abstract.cpp3276 auto indexObject = JSRef<JSObject>::Cast(paramArray->GetValueAt(i)); in ParseBindOptionParam() local
3277 … 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()