Home
last modified time | relevance | path

Searched refs:toRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_swiper_function.cpp80 auto toRef = JSRef<JSVal>::Make(JSVal(ToJSValue(position))); in GetPosition() local
81 args.SetReturnValue(toRef); in GetPosition()
95 auto toRef = JSRef<JSVal>::Make(JSVal(ToJSValue(mainAxisLength))); in GetMainAxisLength() local
96 args.SetReturnValue(toRef); in GetMainAxisLength()
H A Djs_tabs_function.cpp59 auto toRef = JSRef<JSVal>::Make(JSVal(ToJSValue(toIndex))); in GetToIndex() local
60 args.SetReturnValue(toRef); in GetToIndex()