Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts922 public assertNotAssignmentCompatibleWith(others: any) {
940 this.assertNotAssignmentCompatibleWith(notThese);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js922 public assertNotAssignmentCompatibleWith(others: any) {
940 this.assertNotAssignmentCompatibleWith(notThese);
2869 Type.prototype.assertNotAssignmentCompatibleWith = function (others) { method in Type
2884 _this.assertNotAssignmentCompatibleWith(notThese);
Dparserharness.types3503 public assertNotAssignmentCompatibleWith(others: any) {
3504 >assertNotAssignmentCompatibleWith : (others: any) => void
3582 >it(desc + " not assignable to ", () => { this.assertNotAssignmentCompatibleWith
3587 >() => { this.assertNotAssignmentCompatibleWith(notThese); } : ()…
3589 this.assertNotAssignmentCompatibleWith(notThese);
3590 >this.assertNotAssignmentCompatibleWith(notThese) : void
3591 >this.assertNotAssignmentCompatibleWith : (others: any) => void
3593 >assertNotAssignmentCompatibleWith : (others: any) => void
Dparserharness.symbols2671 public assertNotAssignmentCompatibleWith(others: any) {
2672 >assertNotAssignmentCompatibleWith : Symbol(Type.assertNotAssignmentCompatibleWith, Decl(parserharn…
2731 this.assertNotAssignmentCompatibleWith(notThese);
2732 >this.assertNotAssignmentCompatibleWith : Symbol(Type.assertNotAssignmentCompatibleWith, Decl(parse…
2734 >assertNotAssignmentCompatibleWith : Symbol(Type.assertNotAssignmentCompatibleWith, Decl(parserharn…
Dparserharness.errors.txt1088 public assertNotAssignmentCompatibleWith(others: any) {
1106 this.assertNotAssignmentCompatibleWith(notThese);