Searched refs:suppressUnhandledRejections (Results 1 – 3 of 3) sorted by relevance
13 …suppressUnhandledRejections=function(){var t=this._target();t._bitField=-1048577&t._bitField|52428…
1 …suppressUnhandledRejections","_ensurePossibleRejectionHandled","_setRejectionIsUnhandled","_notify…
763 Promise.prototype.suppressUnhandledRejections = function() { method in Promise1678 if (value instanceof Promise) value.suppressUnhandledRejections();1702 if (value instanceof Promise) value.suppressUnhandledRejections();1707 if (_value instanceof Promise) _value.suppressUnhandledRejections();3579 maybePromise.suppressUnhandledRejections();