Searched refs:scrollableArg (Results 1 – 1 of 1) sorted by relevance
430 Local<JSValueRef> scrollableArg = runtimeCallInfo->GetCallArgRef(1); in SetScrollable() local434 if (scrollableArg->IsNull() || scrollableArg->IsUndefined()) { in SetScrollable()439 bool scrollable = scrollableArg->ToBoolean(vm)->Value(); in SetScrollable()