Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-about-promise.md113 {"createPromise", nullptr, method++, nullptr, nullptr, nullptr, JSVM_DEFAULT},
172 let createPromiseScript: string = `createPromise();`;
H A Duse-jsvm-runtime-task.md171 … {"createPromise", NULL, &g_callBackStructMap[ENVTAG_NUMBER][3], NULL, NULL, NULL, JSVM_DEFAULT},
276 const mPromise = createPromise();\
289 createPromise().then((result) => {\
H A Duse-napi-about-promise.md174 export const createPromise: () => boolean | void;
185 hilog.info(0x0000, 'Node-API', 'napi_create_promise %{public}s', testNapi.createPromise());
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-promise.md111 // Set property descriptor named createPromise and resolveRejectDeferred and associate them with a …
113 {"createPromise", nullptr, method++, nullptr, nullptr, nullptr, JSVM_DEFAULT},
172 let createPromiseScript: string = `createPromise();`;
H A Duse-jsvm-runtime-task.md175 … {"createPromise", NULL, &g_callBackStructMap[ENVTAG_NUMBER][3], NULL, NULL, NULL, JSVM_DEFAULT},
280 const mPromise = createPromise();\
293 createPromise().then((result) => {\
H A Duse-napi-about-promise.md171 export const createPromise: () => boolean | void;
182 hilog.info(0x0000, 'Node-API', 'napi_create_promise %{public}s', testNapi.createPromise());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2291 pushWithLaunchModeAndAnimated(info, launchMode, animated, createPromise) { argument
2305 if (createPromise) {