Searched refs:isAssignmentCompatibleWith (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
| D | parserharness.ts | 892 public isAssignmentCompatibleWith(other: Type) { 916 if (!this.isAssignmentCompatibleWith(other)) { 928 if (this.isAssignmentCompatibleWith(other)) {
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserharness.js | 892 public isAssignmentCompatibleWith(other: Type) { 916 if (!this.isAssignmentCompatibleWith(other)) { 928 if (this.isAssignmentCompatibleWith(other)) { 2846 Type.prototype.isAssignmentCompatibleWith = function (other) { method in Type 2864 if (!this.isAssignmentCompatibleWith(other)) { 2873 if (this.isAssignmentCompatibleWith(other)) {
|
| D | parserharness.symbols | 2584 public isAssignmentCompatibleWith(other: Type) { 2585 >isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 876, 1… 2663 if (!this.isAssignmentCompatibleWith(other)) { 2664 >this.isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 8… 2666 >isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 876, 1… 2701 if (this.isAssignmentCompatibleWith(other)) { 2702 >this.isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 8… 2704 >isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 876, 1…
|
| D | parserharness.types | 3357 public isAssignmentCompatibleWith(other: Type) { 3358 >isAssignmentCompatibleWith : (other: Type) => boolean 3477 if (!this.isAssignmentCompatibleWith(other)) { 3478 >!this.isAssignmentCompatibleWith(other) : boolean 3479 >this.isAssignmentCompatibleWith(other) : boolean 3480 >this.isAssignmentCompatibleWith : (other: Type) => boolean 3482 >isAssignmentCompatibleWith : (other: Type) => boolean 3533 if (this.isAssignmentCompatibleWith(other)) { 3534 >this.isAssignmentCompatibleWith(other) : boolean 3535 >this.isAssignmentCompatibleWith : (other: Type) => boolean [all …]
|
| D | parserharness.errors.txt | 1058 public isAssignmentCompatibleWith(other: Type) { 1082 if (!this.isAssignmentCompatibleWith(other)) { 1094 if (this.isAssignmentCompatibleWith(other)) {
|