HomeSort by relevance Sort by last modified time
    Searched defs:Promise (Results 1 - 9 of 9) sorted by null

  /external/owasp/sanitizer/empiricism/
html-containment.js 255 function Promise() {
256 if (!(this instanceof Promise)) { return new Promise(); }
267 Promise.prototype.toString = function () { return "Promise"; };
272 if (argument instanceof Promise) {
  /external/clang/lib/Sema/
SemaCoroutine.cpp 78 auto *Promise = R.getAsSingle<TypeDecl>();
79 if (!Promise) {
85 // The promise type is required to be a class type.
86 QualType PromiseType = S.Context.getTypeDeclType(Promise);
134 // If we don't have a promise variable, build one now.
144 // Create and default-initialize the promise.
263 assert(Coroutine->CoroutinePromise && "no promise for coroutine");
265 // Form a reference to the promise.
266 auto *Promise = Coroutine->CoroutinePromise;
268 Promise, Promise->getType().getNonReferenceType(), VK_LValue, Loc)
    [all...]
  /external/v8/src/js/
promise.js 48 // CreateResolvingFunctions ( promise )
49 function CreateResolvingFunctions(promise) {
52 // ES#sec-promise-resolve-functions
53 // Promise Resolve Functions
57 ResolvePromise(promise, value);
60 // ES#sec-promise-reject-functions
61 // Promise Reject Functions
65 RejectPromise(promise, reason);
76 // ES#sec-promise-executor
77 // Promise ( executor
87 var promise = PromiseInit(%_NewObject(GlobalPromise, new.target)); variable
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 297 Promise, ///< The promise statement.
309 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend,
314 SubStmts[CoroutineBodyStmt::Promise] = Promise;
330 Stmt *getPromiseDeclStmt() const { return SubStmts[SubStmt::Promise]; }
365 /// This statament models the initialization of the coroutine promise
371 /// <promise>.return_value(<operand>)
372 /// <promise>.return_void()
373 /// which we name the "promise call"
    [all...]
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
jdeferred-core-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
jdeferred-core-1.2.3.jar 
  /external/v8/include/
v8.h 96 class Promise;
    [all...]
  /external/v8/src/
api.cc 6568 i::Handle<i::JSReceiver> promise = Utils::OpenHandle(this); local
6686 i::Handle<i::JSReceiver> promise = Utils::OpenHandle(this); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 259 milliseconds