(value)
| 7469 | util.toFastProperties(Promise); |
| 7470 | util.toFastProperties(Promise.prototype); |
| 7471 | function fillTypes(value) { |
| 7472 | var p = new Promise(INTERNAL); |
| 7473 | p._fulfillmentHandler0 = value; |
| 7474 | p._rejectionHandler0 = value; |
| 7475 | p._promise0 = value; |
| 7476 | p._receiver0 = value; |
| 7477 | } |
| 7478 | // Complete slack tracking, opt out of field-type tracking and |
| 7479 | // stabilize map |
| 7480 | fillTypes({a: 1}); |