Searched refs:_chainOrCall (Results 1 – 2 of 2) sorted by relevance
1077 hookResult = this._chainOrCall(hookResult, () => {1170 _chainOrCall(promise, fn) { method in Command1204 result = this._chainOrCall(result, () => {1224 result = this._chainOrCall(result, () => {1283 actionResult = this._chainOrCall(actionResult, () => this._actionHandler(this.processedArgs));1285 actionResult = this._chainOrCall(actionResult, () => {
4 …_chainOrCall(e,t){return e&&e.then&&"function"==typeof e.then?e.then((()=>t())):t()}_chainOrCallHo… function