Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.cpp133 auto sectionsObject = JSRef<JSObject>::Cast(sections); in UpdateSections() local
134 auto changes = sectionsObject->GetProperty("changeArray"); in UpdateSections()
139 auto lengthFunc = sectionsObject->GetProperty("length"); in UpdateSections()
141 auto sectionLength = (JSRef<JSFunc>::Cast(lengthFunc))->Call(sectionsObject); in UpdateSections()
143 auto allSections = sectionsObject->GetProperty("sectionArray"); in UpdateSections()
148 auto clearFunc = sectionsObject->GetProperty("clearChanges"); in UpdateSections()
151 func->Call(sectionsObject); in UpdateSections()