Home
last modified time | relevance | path

Searched refs:isAssignmentCompatibleWith (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts892 public isAssignmentCompatibleWith(other: Type) {
916 if (!this.isAssignmentCompatibleWith(other)) {
928 if (this.isAssignmentCompatibleWith(other)) {
/third_party/typescript/tests/baselines/reference/
Dparserharness.js892 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)) {
Dparserharness.symbols2576 public isAssignmentCompatibleWith(other: Type) {
2577 >isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 876, 1…
2655 if (!this.isAssignmentCompatibleWith(other)) {
2656 >this.isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 8…
2658 >isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 876, 1…
2693 if (this.isAssignmentCompatibleWith(other)) {
2694 >this.isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 8…
2696 >isAssignmentCompatibleWith : Symbol(Type.isAssignmentCompatibleWith, Decl(parserharness.ts, 876, 1…
Dparserharness.types3357 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 …]
Dparserharness.errors.txt1058 public isAssignmentCompatibleWith(other: Type) {
1082 if (!this.isAssignmentCompatibleWith(other)) {
1094 if (this.isAssignmentCompatibleWith(other)) {