Home
last modified time | relevance | path

Searched refs:inLibCall (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DLibraryTypeCallDiagnosticChecker.ts35 inLibCall: boolean = false; property in ts.LibraryTypeCallDiagnosticChecker
43 configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>) {
44 this.inLibCall = inLibCall;
49 if (this.inLibCall) {
64 … if (this.inLibCall && chain.messageText.match(TYPE_UNDEFINED_IS_NOT_ASSIGNABLE_TO_TYPE_1_RE)) {
67 if (this.inLibCall && chain.messageText.match(TYPE_NULL_IS_NOT_ASSIGNABLE_TO_TYPE_1_RE)) {
72 …if (this.inLibCall && chain.messageText.match(ARGUMENT_OF_TYPE_UNDEFINED_IS_NOT_ASSIGNABLE_TO_PARA…
75 …if (this.inLibCall && chain.messageText.match(ARGUMENT_OF_TYPE_NULL_IS_NOT_ASSIGNABLE_TO_PARAMETER…
128 if (this.inLibCall && !this.checkFilteredDiagnosticMessages(msgText)) {
DTypeScriptLinter.ts1662 let inLibCall = Utils.isLibraryType(calleeType); variable
1664 this.libraryTypeCallDiagnosticChecker.configure(inLibCall, diagnosticMessages);
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DLibraryTypeCallDiagnosticChecker.ts35 inLibCall: boolean = false; property in ts.LibraryTypeCallDiagnosticChecker
43 configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>) {
44 this.inLibCall = inLibCall;
49 if (this.inLibCall) {
64 … if (this.inLibCall && chain.messageText.match(TYPE_UNDEFINED_IS_NOT_ASSIGNABLE_TO_TYPE_1_RE)) {
67 if (this.inLibCall && chain.messageText.match(TYPE_NULL_IS_NOT_ASSIGNABLE_TO_TYPE_1_RE)) {
72 …if (this.inLibCall && chain.messageText.match(ARGUMENT_OF_TYPE_UNDEFINED_IS_NOT_ASSIGNABLE_TO_PARA…
75 …if (this.inLibCall && chain.messageText.match(ARGUMENT_OF_TYPE_NULL_IS_NOT_ASSIGNABLE_TO_PARAMETER…
128 if (this.inLibCall && !this.checkFilteredDiagnosticMessages(msgText)) {
DTypeScriptLinter.ts1725 const inLibCall = Utils.isLibraryType(calleeType); constant
1727 this.libraryTypeCallDiagnosticChecker.configure(inLibCall, diagnosticMessages);
/third_party/typescript/lib/
Dtypescript.d.ts8584 inLibCall: boolean; property in ts.LibraryTypeCallDiagnosticChecker
8588 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
9090 inLibCall: boolean;
9094 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
DtypescriptServices.d.ts8584 inLibCall: boolean; property in ts.LibraryTypeCallDiagnosticChecker
8588 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
9090 inLibCall: boolean;
9094 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
Dtsserverlibrary.d.ts12523 inLibCall: boolean; property in ts.LibraryTypeCallDiagnosticChecker
12527 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
13029 inLibCall: boolean;
13033 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8584 inLibCall: boolean; property in ts.LibraryTypeCallDiagnosticChecker
8588 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
9090 inLibCall: boolean;
9094 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
Dtsserverlibrary.d.ts12523 inLibCall: boolean; property in ts.LibraryTypeCallDiagnosticChecker
12527 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;
13029 inLibCall: boolean;
13033 … configure(inLibCall: boolean, diagnosticMessages: Array<ts.DiagnosticMessageChain>): void;