Home
last modified time | relevance | path

Searched defs:Promise (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface-method-identifier1.ts17 interface Promise<T> { interface
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
D02_concurrency_stdlib.rst104 Promise section in JS/TS compatible concurrency primitives
170 Unhandled rejected promises
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D16_concurrency.rst176 Promise section in Asynchronous API
255 .. _Unhandled Rejected Promises: argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h297 JSCONVERT_WRAP(Promise) in JSCONVERT_WRAP() argument
358 JSCONVERT_UNWRAP(Promise) in JSCONVERT_UNWRAP() argument
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h443 static const std::string Promise; // NOLINT (readability-identifier-naming) member
479 static const std::string Promise; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp48 const std::string ObjectSubType::Promise = "promise"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
76 const std::string ObjectClassName::Promise = "Promise"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp135 using Promise = builtins::BuiltinsPromise; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp154 using Promise = builtins::BuiltinsPromise; typedef
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument