()
| 764 | } |
| 765 | |
| 766 | function needsNew() { |
| 767 | throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function."); |
| 768 | } |
| 769 | |
| 770 | /** |
| 771 | Promise objects represent the eventual result of an asynchronous operation. The |