Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp9500 JSRef<JSVal> decorationValue = obj->GetProperty("decoration"); in ParseAIEntityColor() local
9501 if (decorationValue->IsUndefined() || !decorationValue->IsObject()) { in ParseAIEntityColor()
9505 JSRef<JSObject> decorationObj = JSRef<JSObject>::Cast(decorationValue); in ParseAIEntityColor()