/third_party/typescript/tests/baselines/reference/ |
H A D | importCallExpressionAsyncES3System.js | 36 return new (P || (P = Promise))(function (resolve, reject) {
37 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | importCallExpressionAsyncES5System.js | 36 return new (P || (P = Promise))(function (resolve, reject) {
37 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | importCallExpressionNestedUMD2.js | 28 return new (P || (P = Promise))(function (resolve, reject) {
29 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
30 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | importCallExpressionNoModuleKindSpecified.js | 51 return new (P || (P = Promise))(function (resolve, reject) {
52 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
53 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | labeledStatementWithLabel.js | 20 return new (P || (P = Promise))(function (resolve, reject) {
21 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
22 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | asyncAwaitIsolatedModules_es5.js | 46 return new (P || (P = Promise))(function (resolve, reject) {
47 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
48 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | asyncAwait_es5.js | 52 return new (P || (P = Promise))(function (resolve, reject) {
53 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
54 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | asyncFunctionReturnType.js | 81 return new (P || (P = Promise))(function (resolve, reject) {
82 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
83 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | classStaticBlock6.js | 84 return new (P || (P = Promise))(function (resolve, reject) {
85 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
86 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
H A D | controlFlowForCatchAndFinally.js | 47 return new (P || (P = Promise))(function (resolve, reject) {
48 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
49 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 151 backpressurePromise.reject(error); 154 // We need to reject it here. 156 closed.reject(error); 860 this.promise.reject(error); 878 promise.reject(error); 882 promise.reject(errnoException(ret, 'write', req)); 972 promise.reject(error);
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
H A D | templated.any.js | 83 return Promise.reject(theError); 91 return Promise.reject(theError);
|
/third_party/node/test/parallel/ |
H A D | test-http-createConnection.js | 32 return new Promise((resolve, reject) => { 36 reject(err);
|
H A D | test-inspector-tracing-domain.js | 14 return new Promise((resolve, reject) => { 17 reject(new Error(JSON.stringify(err)));
|
H A D | test-net-server-max-connections-close-makes-more-available.js | 23 return new Promise(function(resolve, reject) { 52 return new Promise(function(resolve, reject) {
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | benchmark.js | 36 return new Promise((resolve, reject) => { 98 reject(`test aborted due to timeout after ${idx} frames`);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | memutil.cc | 63 size_t memcspn(const char* s, size_t slen, const char* reject) { in memcspn() argument 70 for (spanp = reject; (sc = *spanp++) != '\0';) in memcspn()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | userdatarequest.cpp | 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest() 85 reject(); in sendReply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | userdatarequest.cpp | 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest() 85 reject(); in sendReply()
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 4 return new (P || (P = Promise))(function (resolve, reject) { 5 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } 6 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } 40 return new Promise((resolve, reject) => { 52 return reject(err); 76 reject(err); 92 return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { 104 return reject(err); 148 reject(err);
|
/third_party/node/lib/internal/test_runner/mock/ |
H A D | mock_timers.js | 182 return new Promise((resolve, reject) => { 187 return reject(err); 191 return reject(abortIt(options.signal)); 197 return reject(abortIt(options.signal));
|
/third_party/skia/src/core/ |
H A D | SkScalerCache.cpp | 197 rejects->reject(i); in prepareForMaskDrawing() 212 rejects->reject(i); in prepareForSDFTDrawing() 234 rejects->reject(i, glyph->maxDimension()); in prepareForPathDrawing() 238 rejects->reject(i, glyph->maxDimension()); in prepareForPathDrawing()
|
H A D | SkGlyphBuffer.h | 20 // are reject by a stage they become the source for the next stage. 32 void reject(size_t index) { in reject() function in SkSourceGlyphBuffer 35 // Need to expand the buffers for first use. All other reject sets will be fewer than in reject() 47 void reject(size_t index, int rejectedMaxDimension) { 49 this->reject(index);
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_trust.c | 256 if (ax && ax->reject) { in obj_trust() 257 for (i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) { in obj_trust() 258 ASN1_OBJECT *obj = sk_ASN1_OBJECT_value(ax->reject, i); in obj_trust() 288 * explicit reject. in obj_trust()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_trust.c | 256 if (ax && ax->reject) { in obj_trust() 257 for (i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) { in obj_trust() 258 ASN1_OBJECT *obj = sk_ASN1_OBJECT_value(ax->reject, i); in obj_trust() 288 * explicit reject. in obj_trust()
|