Home
last modified time | relevance | path

Searched refs:initWrapper (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DloggedIO.ts208 function initWrapper(wrapper: PlaybackSystem, underlying: ts.System): void; function
209 function initWrapper(wrapper: PlaybackIO, underlying: Harness.IO): void;
210 …function initWrapper(wrapper: PlaybackSystem | PlaybackIO, underlying: ts.System | Harness.IO): vo…
429 initWrapper(wrapper, underlying);
446 initWrapper(wrapper, underlying);
/third_party/node/lib/internal/modules/esm/
Dmodule_job.js121 const initWrapper = internalBinding('inspector').callAndPauseOnStart;
122 initWrapper(this.module.instantiate, this.module);