Searched refs:bottomVal (Results 1 – 1 of 1) sorted by relevance
458 JSRef<JSVal> bottomVal = edgesObj->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)); in ParseLocationPropsEdges() local468 if (JSViewAbstract::ParseJsDimensionNG(bottomVal, bottom, DimensionUnit::VP)) { in ParseLocationPropsEdges()551 … JSRef<JSVal> bottomVal = LocalizeEdgesObj->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)); in ParseLocalizedEdges() local552 if (bottomVal->IsObject()) { in ParseLocalizedEdges()553 JSRef<JSObject> bottomObj = JSRef<JSObject>::Cast(bottomVal); in ParseLocalizedEdges()