Searched refs:onFinally (Results 1 – 6 of 6) sorted by relevance
60 // 1. Let onFinally be F.[[OnFinally]].61 // 2. Assert: IsCallable(onFinally) is true.62 const onFinally: Callable =65 // 3. Let result be ? Call(onFinally).66 const result = Call(context, onFinally, Undefined);107 // 1. Let onFinally be F.[[OnFinally]].108 // 2. Assert: IsCallable(onFinally) is true.109 const onFinally =112 // 3. Let result be ? Call(onFinally).113 const result = Call(context, onFinally, Undefined);[all …]
301 this.onFinally()319 this.onFinally()333 onFinally () { method in Request
402 …function transformFinally(node: PromiseReturningCallExpression<"finally">, onFinally: Expression |…403 if (!onFinally || isNullOrUndefined(transformer, onFinally)) {416 …const inlinedCallback = transformCallbackArgument(onFinally, hasContinuation, /*continuationArgNam…
468 primordials.SafePromisePrototypeFinally = (thisPromise, onFinally) => argument473 .finally(onFinally)
7447 this.onFinally();7460 this.onFinally();7470 onFinally() { method in anonymousObject77129231ef05.lib/core/request.js.Request
10539 this.onFinally();10552 this.onFinally();10562 onFinally() {