(value)
| 1363 | } |
| 1364 | } |
| 1365 | function reject(value){ |
| 1366 | var record = this; |
| 1367 | if(record.d)return; |
| 1368 | record.d = true; |
| 1369 | record = record.r || record; // unwrap |
| 1370 | record.v = value; |
| 1371 | record.s = 2; |
| 1372 | notify(record, true); |
| 1373 | } |
| 1374 | function getConstructor(C){ |
| 1375 | var S = assertObject(C)[SYMBOL_SPECIES]; |
| 1376 | return S != undefined ? S : C; |