Searched refs:sheetsArr (Results 1 – 1 of 1) sorted by relevance
357 auto sheetsArr = JSRef<JSArray>::Cast(sheetsVal); in Show() local358 for (size_t index = 0; index < sheetsArr->Length(); ++index) { in Show()359 sheetsInfo.emplace_back(ParseSheetInfo(execContext, sheetsArr->GetValueAt(index))); in Show()395 auto sheetsArr = JSRef<JSArray>::Cast(sheetsVal); in Show() local396 for (size_t index = 0; index < sheetsArr->Length(); ++index) { in Show()397 sheetsInfo.emplace_back(ParseSheetInfo(execContext, sheetsArr->GetValueAt(index))); in Show()