constructor.js (303B)
1 // Copyright (C) 2019 Aleksey Shvayka. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 /*--- 4 esid: sec-promise-executor 5 description: > 6 The Promise constructor is a built-in function 7 ---*/ 8 9 assert.sameValue(typeof Promise, 'function'); 10 11 reportCompare(0, 0);