Searched refs:scrollDirectionArg (Results 1 – 1 of 1) sorted by relevance
227 Local<JSValueRef> scrollDirectionArg = runtimeCallInfo->GetCallArgRef(1); in SetScrollable() local229 if (scrollDirectionArg->IsUndefined() || scrollDirectionArg->IsNull()) { in SetScrollable()234 int32_t scrollDirection = scrollDirectionArg->Int32Value(vm); in SetScrollable()