Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
Djs_plugin_util.h42 int64_t AceUnwrapInt64FromJS(napi_env env, napi_value param, int64_t defaultValue = 0);
Djs_plugin_util.cpp144 int64_t AceUnwrapInt64FromJS(napi_env env, napi_value param, int64_t defaultValue) in AceUnwrapInt64FromJS() function