// Copyright (C) 2019 Sergey Rubanov. All rights reserved. // This code is governed by the BSD license found in the LICENSE file.
/*--- description: > Promise.any invoked on a constructor value esid: sec-promise.any info: | 2. Let promiseCapability be ? NewPromiseCapability(C). ... 5. Let result be PerformPromiseAny(iteratorRecord, C, promiseCapability). ... 7. Return Completion(result). features: [Promise.any, class]
---*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.