Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex_impl.cpp96 JSRef<JSVal> mainSpaceVal = spaceObj->GetProperty("main"); in CreateFlexComponent() local
97 if (!ParseLengthMetricsToPositiveDimension(mainSpaceVal, value) || value.IsNegative()) { in CreateFlexComponent()
119 JSRef<JSVal> mainSpaceVal = spaceObj->GetProperty("main"); in CreateWrapComponent() local
121 … if (!ParseLengthMetricsToPositiveDimension(mainSpaceVal, mainValue) || mainValue.IsNegative()) { in CreateWrapComponent()