Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.h109 napi_value GetReturnObject(napi_env env, std::string callbackString);
H A Dnapi_utils.cpp843 napi_value GetReturnObject(napi_env env, std::string callbackString) in GetReturnObject() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1629 … napi_value indexObj = GetReturnObject(asyncContext->env, asyncContext->callbackSuccessString); in JSPromptShowActionMenu()