Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_api.h168 napi_async_work* result);
170 napi_async_work work);
172 napi_async_work work);
174 napi_async_work work);
Dnode_api_types.h8 typedef struct napi_async_work__* napi_async_work; typedef
/third_party/node/test/node-api/test_async/
Dtest_async.c14 napi_async_work _request;
164 napi_async_work work;
/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c64 napi_async_work work; in AsyncWorkCallback()
/third_party/node/doc/api/
Dn-api.md5533 Node-API defines the `napi_async_work` structure which is used to manage
5567 napi_async_work work);
5596 napi_async_work* result);
5613 * `[out] result`: `napi_async_work*` which is the handle to the newly created
5638 napi_async_work work);
5659 napi_async_work work);
5669 with the same `napi_async_work` item or the result will be undefined.
5680 napi_async_work work);
/third_party/mindspore/patches/
D0003-add-js-api.patch1427 + napi_async_work work;