Home
last modified time | relevance | path

Searched refs:CallJSFunctionOnRoot (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dswiper_component.cpp188 jerry_value_t retVal = CallJSFunctionOnRoot(fn_, args, argsNum); in OnSwipe()
H A Devent_listener.cpp40 jerry_release_value(CallJSFunctionOnRoot(fn_, args, 1)); in OnKeyAct()
H A Dlist_adapter.cpp154 JSValue getterRetList = CallJSFunctionOnRoot(getterPropValue, nullptr, 0); in AddForDescriptorToList()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h260 jerry_value_t CallJSFunctionOnRoot(const jerry_value_t funcObj, /* function object to call */
H A Djs_fwk_common.cpp306 jerry_value_t CallJSFunctionOnRoot(const jerry_value_t funcObj, /* function object to call */ in CallJSFunctionOnRoot() function
344 jerry_release_value(CallJSFunctionOnRoot(func, args, 1)); in CallBaseEvent()