Searched refs:targetRef (Results 1 – 2 of 2) sorted by relevance
849 JSValue targetRef = JSObject::Get(refs, name); in GetComponent() local850 if (JSUndefined::Is(targetRef)) { in GetComponent()853 UIView *target = ComponentUtils::GetViewFromBindingObject(targetRef); in GetComponent()855 JSRelease(targetRef); in GetComponent()
903 const auto targetRef = ecs_->GetEntityManager().GetReferenceCounted(targetEntity); in CreateAnimationTrack() local917 trackHandle->target = targetRef; in CreateAnimationTrack()