Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
Djs_childprocess.cpp120 auto waitInfo = new WaitInfo; in Wait() local
121 napi_create_promise(env, &(waitInfo->deferred), &promise); in Wait()
129 delete waitInfo; in Wait()
130 waitInfo = nullptr; in Wait()
140 napi_resolve_deferred(env, waitInfo->deferred, result); in Wait()
141 delete waitInfo; in Wait()
142 waitInfo = nullptr; in Wait()