Home
last modified time | relevance | path

Searched refs:JsGetCurrentOffset (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_list_bridge.h27 …static shared_ptr<JsValue> JsGetCurrentOffset(const shared_ptr<JsRuntime>& runtime, NodeId nodeId);
H A Djsi_list_bridge.cpp22 shared_ptr<JsValue> JsiListBridge::JsGetCurrentOffset(const shared_ptr<JsRuntime>& runtime, NodeId … in JsGetCurrentOffset() function in OHOS::Ace::Framework::JsiListBridge
H A Djsi_engine.cpp2168 return JsiListBridge::JsGetCurrentOffset(runtime, nodeId); in JsCallComponent()