Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DAsyncLifecycleSDK.ts17 export const PROMISE = 'Promise'; constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTSConst.ts26 export const PROMISE = 'Promise'; constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h33 static constexpr std::string_view PROMISE = "Lstd/core/Promise;"; variable