Home
last modified time | relevance | path

Searched defs:newOptions (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts2069 const newOptions = cloneCompilerOptions(options || this.getCompilationSettings()); constant
/third_party/openGLES/specs/es/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/openGLES/specs/gl/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/openGLES/specs/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/typescript/lib/
Dtsc.js12555 function changesAffectModuleResolution(oldOptions, newOptions) { argument
12558 function optionsHaveModuleResolutionChanges(oldOptions, newOptions) { argument
12561 function changesAffectingProgramStructure(oldOptions, newOptions) { argument
12564 function optionsHaveChanges(oldOptions, newOptions, optionDeclarations2) { argument
17087 function compilerOptionsAffectSemanticDiagnostics(newOptions, oldOptions) { argument
17090 function compilerOptionsAffectEmit(newOptions, oldOptions) { argument
17093 function compilerOptionsAffectDeclarationPath(newOptions, oldOptions) { argument
36637 function setOwnOptions(newOptions) { argument
104992 function isProgramUptoDate(program, rootFileNames, newOptions, getSourceVersion, fileExists, hasInv… argument
105156 function shouldProgramCreateNewSourceFiles(program, newOptions) { argument