Searched refs:sectionsObject (Results 1 – 1 of 1) sorted by relevance
133 auto sectionsObject = JSRef<JSObject>::Cast(sections); in UpdateSections() local134 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()