(C)
| 1372 | notify(record, true); |
| 1373 | } |
| 1374 | function getConstructor(C){ |
| 1375 | var S = assertObject(C)[SYMBOL_SPECIES]; |
| 1376 | return S != undefined ? S : C; |
| 1377 | } |
| 1378 | // 25.4.3.1 Promise(executor) |
| 1379 | Promise = function(executor){ |
| 1380 | assertFunction(executor); |
no test coverage detected