Home
last modified time | relevance | path

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

/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.cpp3236 auto indexObject = JSRef<JSObject>::Cast(paramArray->GetValueAt(i)); in ParseBindOptionParam() local
3237 JSViewAbstract::ParseJsString(indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::VALUE)), in ParseBindOptionParam()
3239 auto actionFunc = indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::ACTION)); in ParseBindOptionParam()
3255 if (JSViewAbstract::ParseJsMedia(indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::ICON)), iconPath)) { in ParseBindOptionParam()
3258 if (indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::SYMBOL_ICON))->IsObject()) { in ParseBindOptionParam()
3261 indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::SYMBOL_ICON))); in ParseBindOptionParam()
3264 auto enabled = indexObject->GetProperty(static_cast<int32_t>(ArkUIIndex::ENABLED)); in ParseBindOptionParam()

Completed in 22 milliseconds