Lines Matching refs:isPromise
49 // Set a property descriptor named isPromise and associate it with a callback. This allows the IsPr…
51 {"isPromise", nullptr, method++, nullptr, nullptr, nullptr, JSVM_DEFAULT},
59 bool isPromise = false;
60 JSVM_Status status = OH_JSVM_IsPromise(env, args[0], &isPromise);
64 OH_LOG_INFO(LOG_APP, "JSVM OH_JSVM_IsPromise success:%{public}d", isPromise);
67 OH_JSVM_GetBoolean(env, isPromise, &result);
80 isPromise(value);
122 bool isPromise = false;
124 OH_JSVM_IsPromise(env, promise, &isPromise);
128 OH_LOG_INFO(LOG_APP, "JSVM CreatePromise success:%{public}d", isPromise);
131 OH_JSVM_GetBoolean(env, isPromise, &returnIsPromise);