Searched refs:enableScrollInteractionArg (Results 1 – 1 of 1) sorted by relevance
96 Local<JSValueRef> enableScrollInteractionArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetEnableScrollInteraction() local98 if (enableScrollInteractionArg->IsUndefined() || !enableScrollInteractionArg->IsBoolean()) { in SetEnableScrollInteraction()102 bool flag = enableScrollInteractionArg->ToBoolean(vm)->Value(); in SetEnableScrollInteraction()