Name Description Size Coverage
args.js --- description: Promise.try forwards arguments esid: sec-promise.try features: [promise-try] flags: [async] includes: [asyncHelpers.js, compareArray.js] --- 543 -
ctx-ctor-throws.js --- description: > `Promise.try` invoked on a constructor value that throws an error features: [promise-try] --- 416 -
ctx-ctor.js --- description: Promise.try produces instances of the receiver esid: sec-promise.try features: [promise-try, class] --- 661 -
ctx-non-ctor.js --- description: Promise.try errors when the receiver is not a constructor esid: sec-promise.try features: [promise-try] --- 330 -
ctx-non-object.js --- description: Promise.try errors when the receiver is not an object esid: sec-promise.try features: [promise-try] --- 687 -
length.js --- description: Promise.try `length` property includes: [propertyHelper.js] features: [promise-try] --- 357 -
name.js --- description: Promise.try `name` property includes: [propertyHelper.js] features: [promise-try] --- 357 -
not-a-constructor.js --- description: > Promise.try does not implement [[Construct]], is not new-able includes: [isConstructor.js] features: [Reflect.construct, promise-try] --- 476 -
promise.js --- description: Promise.try return value is a Promise features: [promise-try] --- 366 -
prop-desc.js --- author: Jordan Harband description: Promise.try property descriptor features: [promise-try] includes: [propertyHelper.js] --- 341 -
return-value.js --- description: Promise.try returns a Promise resolved to the callback's return value esid: sec-promise.try features: [promise-try] flags: [async] includes: [asyncHelpers.js] --- 501 -
throws.js --- description: Promise.try returns a Promise that rejects when the function throws esid: sec-promise.try features: [promise-try] flags: [async] includes: [asyncHelpers.js] --- 544 -