Home
last modified time | relevance | path

Searched defs:oldProgram (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithDefaults.js41 host.createProgram = (rootNames, options, host, oldProgram) => { argument
DAPISample_Watch.js54 host.createProgram = (rootNames: ReadonlyArray<string>, options, host, oldProgram) => { argument
DAPISample_WatchWithOwnWatchHost.js48 host.createProgram = (rootNames, options, host, oldProgram) => { argument
/third_party/typescript/src/compiler/
DwatchPublic.ts81 const oldProgram = readBuilderProgram(options, host) as any as T; constant
89 …const oldProgram = readBuilderProgram(options, host) as any as EmitAndSemanticDiagnosticsBuilderPr… constant
543 const oldProgram = getCurrentProgram(); constant
Dbuilder.ts1303 oldProgram: BuilderProgram | undefined; property
/third_party/typescript/src/server/
Dproject.ts1276 const oldProgram = this.languageService.getCurrentProgram(); constant
2392 const oldProgram = this.getCurrentProgram(); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramPipeline.cpp62 Program *oldProgram = mPrograms[shaderType]; in useProgramStage() local
/third_party/typescript/src/services/
Dservices.ts1757 oldProgram: program, constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1313 Program *oldProgram = mResourceManager->getProgram(priorProgram); in useProgram() local
/third_party/typescript/lib/
Dtypescript.d.ts3553 oldProgram?: Program; property
Dtsc.js105161 function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnost… argument
109070 oldProgram: oldProgram && oldProgram.getProgramOrUndefined(), property
109110 function createBuilderProgram(kind, { newProgram, host, oldProgram, configFileParsingDiagnostics },… argument
109743 function finishCachingPerDirectoryResolution(newProgram, oldProgram) { argument
114273 …host.createProgram = (rootNames, options, host2, oldProgram, configFileParsingDiagnostics, project… argument
Dtsserverlibrary.d.ts7556 oldProgram?: Program; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3553 oldProgram?: Program; property
Dtsserverlibrary.d.ts7556 oldProgram?: Program; property