Home
last modified time | relevance | path

Searched defs:isPromise (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h361 bool isPromise = false; in JSCONVERT_UNWRAP() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4240 JSVM_Status OH_JSVM_IsPromise(JSVM_Env env, JSVM_Value value, bool* isPromise) in OH_JSVM_IsPromise()