Searched refs:jsParentScroller (Results 1 – 1 of 1) sorted by relevance
111 auto jsParentScroller = jsNestedScrollInfo->GetProperty("parent"); in ParseNestedScrollerArray() local112 if (!jsChildScroller->IsObject() || !jsParentScroller->IsObject()) { in ParseNestedScrollerArray()116 auto* parentScroller = JSRef<JSObject>::Cast(jsParentScroller)->Unwrap<JSScroller>(); in ParseNestedScrollerArray()