Searched refs:sectionsArgs (Results 1 – 1 of 1) sorted by relevance
601 Framework::JSRef<Framework::JSVal> sectionsArgs = info[2]; //2 is the index of sections in SetWaterFlowSections() local602 if (!sectionsArgs->IsNull() && sectionsArgs->IsObject()) { in SetWaterFlowSections()604 Framework::JSWaterFlow::UpdateWaterFlowSectionsByFrameNode(frameNode, info, sectionsArgs); in SetWaterFlowSections()