Searched refs:diagnosticMessagesJson (Results 1 – 6 of 6) sorted by relevance
55 const diagnosticMessagesJson = "src/compiler/diagnosticMessages.json"; constant58 …if (needsUpdate(diagnosticMessagesJson, [diagnosticMessagesGeneratedJson, diagnosticInformationMap…59 … await exec(process.execPath, ["scripts/processDiagnosticMessages.js", diagnosticMessagesJson]);323 … await exec(process.execPath, ["scripts/ohTestCasesGenerationScript.js", diagnosticMessagesJson]);
451 const diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages(); constant452 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {457 return JSON.parse(diagnosticMessagesJson);
152069 var diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages();152070 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {152074 return JSON.parse(diagnosticMessagesJson);
151500 var diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages();151501 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {151505 return JSON.parse(diagnosticMessagesJson);