Home
last modified time | relevance | path

Searched defs:modifiedTime (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
DtsbuildPublic.ts254 modifiedTime: Date | undefined; property
260 modifiedTime: Date; property
1510 const modifiedTime = getCurrentTime(state.host); constant
Dsys.ts1227 const modifiedTime = getModifiedTime(fileOrDirectory) || missingFileModifiedTime; constant
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts88 modifiedTime: Date; property
/third_party/typescript/lib/
Dtsc.js5688 function onWatchedFileStat(watchedFile, modifiedTime) { argument
112711 state.filesWatched.set(path, { callbacks: [callback], watcher, modifiedTime: existing }); property
112747 modifiedTime, property
112757 function getBuildInfo2(state, buildInfoPath, resolvedConfigPath, modifiedTime) { argument
112765 …state.buildInfoCache.set(resolvedConfigPath, { path, buildInfo: buildInfo || false, modifiedTime: … property
112831 modifiedTime: buildInfoTime property
DtypingsInstaller.js3972 function onWatchedFileStat(watchedFile, modifiedTime) { argument