Searched refs:removeIndexFunc (Results 1 – 1 of 1) sorted by relevance
234 auto removeIndexFunc = dataSourceObj_->GetProperty("removeIndex"); in RemoveIndex() local235 if (removeIndexFunc->IsFunction()) { in RemoveIndex()236 auto func = JSRef<JSFunc>::Cast(removeIndexFunc); in RemoveIndex()