Home
last modified time | relevance | path

Searched defs:HANDLE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h30 enum class PromiseRejectionEvent : uint8_t { REJECT = 0, HANDLE }; enumerator
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_support.cpp43 #define LOAD_FUNC_OR_RETURN(CLASS, FUNC, HANDLE) \ argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1060 enum class PUBLIC_API PROMISE_REJECTION_EVENT : uint32_t { REJECT = 0, HANDLE }; enumerator