Home
last modified time | relevance | path

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

/third_party/typescript/src/loggedIO/
DloggedIO.ts109 export interface PlaybackSystem extends ts.System, PlaybackControl { } interface
208 …export function initWrapper(...[wrapper, underlying]: [PlaybackSystem, ts.System] | [PlaybackIO, H…
442 export function wrapSystem(underlying: ts.System): PlaybackSystem {
443 const wrapper: PlaybackSystem = {} as any;