Home
last modified time | relevance | path

Searched refs:onrejectionhandled (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …line" | "ononline" | "onpagehide" | "onpageshow" | "onpopstate" | "onrejectionhandled" | "onstorag…
DmappedTypeRecursiveInference.types100onrejectionhandled: any; onstorage: any; onunhandledrejection: any; onunload: any; localStorage: a…
102onrejectionhandled: any; onstorage: any; onunhandledrejection: any; onunload: any; localStorage: a…
108onrejectionhandled: any; onstorage: any; onunhandledrejection: any; onunload: any; localStorage: a…
110onrejectionhandled: any; onstorage: any; onunhandledrejection: any; onunload: any; localStorage: a…
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1952 attribute EventHandler onrejectionhandled;
2227 attribute EventHandler onrejectionhandled;
/third_party/typescript/lib/
Dlib.webworker.d.ts5584 onrejectionhandled: ((this: WorkerGlobalScope, ev: PromiseRejectionEvent) => any) | null; property
6050 declare var onrejectionhandled: ((this: DedicatedWorkerGlobalScope, ev: PromiseRejectionEvent) => a…
Dlib.dom.d.ts16942 onrejectionhandled: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null; property
18262 declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => any) | null;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5564 onrejectionhandled: ((this: WorkerGlobalScope, ev: PromiseRejectionEvent) => any) | null; property
6030 declare var onrejectionhandled: ((this: DedicatedWorkerGlobalScope, ev: PromiseRejectionEvent) => a…
Ddom.generated.d.ts16922 onrejectionhandled: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null; property
18242 declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => any) | null;