Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCoroutine.cpp78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
/external/clang/include/clang/AST/
DStmtCXX.h297 Promise, ///< The promise statement. enumerator
309 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js255 function Promise() { class
/external/v8/src/js/
Dpromise.js78 var GlobalPromise = function Promise(executor) { class
/external/v8/test/mjsunit/es6/
Dpromises.js68 Promise: true, property
/external/v8/include/
Dv8.h96 class Promise; variable