()
| 6722 | return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a"); |
| 6723 | }; |
| 6724 | var reflectHandler = function() { |
| 6725 | return new Promise.PromiseInspection(this._target()); |
| 6726 | }; |
| 6727 | var apiRejection = function(msg) { |
| 6728 | return Promise.reject(new TypeError(msg)); |
| 6729 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected