Home
last modified time | relevance | path

Searched refs:onFinally (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dpromise-finally.tq60 // 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 …]
/third_party/node/deps/undici/src/lib/core/
Drequest.js301 this.onFinally()
319 this.onFinally()
333 onFinally () { method in Request
/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts402 …function transformFinally(node: PromiseReturningCallExpression<"finally">, onFinally: Expression |…
403 if (!onFinally || isNullOrUndefined(transformer, onFinally)) {
416 …const inlinedCallback = transformCallbackArgument(onFinally, hasContinuation, /*continuationArgNam…
/third_party/node/lib/internal/per_context/
Dprimordials.js468 primordials.SafePromisePrototypeFinally = (thisPromise, onFinally) => argument
473 .finally(onFinally)
/third_party/node/deps/undici/
Dundici.js7447 this.onFinally();
7460 this.onFinally();
7470 onFinally() { method in anonymousObject77129231ef05.lib/core/request.js.Request
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs10539 this.onFinally();
10552 this.onFinally();
10562 onFinally() {