Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts910 public assertAssignmentCompatibleWith(others: any) {
936 this.assertAssignmentCompatibleWith(these);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js910 public assertAssignmentCompatibleWith(others: any) {
936 this.assertAssignmentCompatibleWith(these);
2860 Type.prototype.assertAssignmentCompatibleWith = function (others) { method in Type
2881 _this.assertAssignmentCompatibleWith(these);
Dparserharness.types3447 public assertAssignmentCompatibleWith(others: any) {
3448 >assertAssignmentCompatibleWith : (others: any) => void
3565 >it(desc + " is assignable to ", () => { this.assertAssignmentCompatibleWith(the…
3570 >() => { this.assertAssignmentCompatibleWith(these); } : () => vo…
3572 this.assertAssignmentCompatibleWith(these);
3573 >this.assertAssignmentCompatibleWith(these) : void
3574 >this.assertAssignmentCompatibleWith : (others: any) => void
3576 >assertAssignmentCompatibleWith : (others: any) => void
Dparserharness.symbols2641 public assertAssignmentCompatibleWith(others: any) {
2642 >assertAssignmentCompatibleWith : Symbol(Type.assertAssignmentCompatibleWith, Decl(parserharness.ts…
2727 this.assertAssignmentCompatibleWith(these);
2728 >this.assertAssignmentCompatibleWith : Symbol(Type.assertAssignmentCompatibleWith, Decl(parserharne…
2730 >assertAssignmentCompatibleWith : Symbol(Type.assertAssignmentCompatibleWith, Decl(parserharness.ts…
Dparserharness.errors.txt1076 public assertAssignmentCompatibleWith(others: any) {
1102 this.assertAssignmentCompatibleWith(these);