Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex_impl.cpp95 JSRef<JSObject> spaceObj = JSRef<JSObject>::Cast(obj->GetProperty("space")); in CreateFlexComponent() local
96 JSRef<JSVal> mainSpaceVal = spaceObj->GetProperty("main"); in CreateFlexComponent()
118 JSRef<JSObject> spaceObj = JSRef<JSObject>::Cast(obj->GetProperty("space")); in CreateWrapComponent() local
119 JSRef<JSVal> mainSpaceVal = spaceObj->GetProperty("main"); in CreateWrapComponent()
120 JSRef<JSVal> crossSpaceVal = spaceObj->GetProperty("cross"); in CreateWrapComponent()