Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts3982 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant
3983 …return compilerOptionsObjectLiteralSyntax && getPropertyAssignment(compilerOptionsObjectLiteralSyn…
3996 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant
3997 …return compilerOptionsObjectLiteralSyntax && getPropertyArrayElementValue(compilerOptionsObjectLit…
4020 const compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax(); constant
4021 const needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax ||
4022 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
/third_party/typescript/lib/
DtypingsInstaller.js124124 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
124125 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral…
124135 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
124136 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject…
124154 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
124155 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax ||
124156 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…
Dtsc.js103098 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
103099 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteral…
103109 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
103110 …return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObject…
103128 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
103129 var needCompilerDiagnostic = !compilerOptionsObjectLiteralSyntax ||
103130 …!createOptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, o…