Searched refs:fromArg (Results 1 – 2 of 2) sorted by relevance
269 auto fromArg = runtimeCallInfo->GetCallArgRef(1); in NotifyItemMoved() local270 CHECK_NULL_RETURN(fromArg->IsNumber(), panda::JSValueRef::Undefined(vm)); in NotifyItemMoved()273 adapter->NotifyItemMoved(fromArg->Uint32Value(vm), toArg->Uint32Value(vm)); in NotifyItemMoved()
3704 auto fromArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetMotionPath() local3711 float fromValue = (fromArg->IsNumber()) ? fromArg->ToNumber(vm)->Value() : 0.0f; in SetMotionPath()