Searched full:john (Results 126 - 150 of 782) sorted by relevance
12345678910>>...32
/third_party/typescript/tests/arkTSTest/testcase/arkts-limited-stdlib/ |
H A D | arkts-limited-stdlib-10-error.ets | 24 name: 'John'
|
H A D | arkts-limited-stdlib-6-error.ets | 26 const args = ['John', 25];
|
H A D | arkts-limited-stdlib-7-ok.ets | 25 name: 'John',
|
H A D | arkts-limited-stdlib-9-error.ets | 26 const obj = Reflect.construct(Person, ['John']);
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ambient-decls/ |
H A D | arkts-no-ambient-decls-3-ok.ets | 19 let myInstance: string = new MyClass("John");
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-as-const/ |
H A D | arkts-no-as-const-3-ok.ets | 23 name: "John",
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-funcs/ |
H A D | arkts-no-ctor-signatures-funcs-1-error.ets | 30 const person = createPerson(Person, 'John', 30
|
H A D | arkts-no-ctor-signatures-funcs-1-ok.ets | 33 const person = createPerson(Impersonizer, 'John', 30
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-decl-merging/ |
H A D | arkts-no-decl-merging-3-ok.ets | 26 name: 'John',
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-definite-assignment/ |
H A D | arkts-no-definite-assignment-5-error.ets | 30 greet("John")
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-destruct-decls/ |
H A D | arkts-no-destruct-decls-2-error.ets | 23 let person: PersonA = { myName: "John", age: 30 };
|
H A D | arkts-no-destruct-decls-2-ok.ets | 23 let person: PersonA = { myName: "John", age: 30 };
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-for-in/ |
H A D | arkts-no-for-in-6-error.ets | 24 name: "John",
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/path/ |
H A D | module.ts | 30 "name": "John",
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-in/ |
H A D | arkts-no-in-1-error.ets | 27 const personOne = new PersonOne("John", 25);
|
H A D | arkts-no-in-1-ok.ets | 27 const personRight = new PersonRight("John", 25);
|
H A D | arkts-no-in-2-error.ets | 29 const personTwo = new PersonTwo("John");
|
H A D | arkts-no-in-2-ok.ets | 29 const personTwoRight = new PersonTwoRight("John");
|
H A D | arkts-no-in-4-error.ets | 29 const personFour = new PersonFour("John");
|
H A D | arkts-no-in-4-ok.ets | 29 const personFourRight = new PersonFourRight("John");
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-indexed-signatures/ |
H A D | arkts-no-indexed-signatures-5-ok.ets | 19 ['name', 'John'],
|
H A D | arkts-no-indexed-signatures-6-error.ets | 21 const dynamicObject: DynamicObject = { name: 'John', age: 30, isActive: true }
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/ |
H A D | arkts-no-intersection-types-5-error.ets | 31 name: "John",
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-jsx/ |
H A D | arkts-no-jsx-5-error.ets | 19 let name = "John";
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-misplaced-imports/ |
H A D | arkts-no-misplaced-imports-7-error.ets | 25 name: 'John',
|
Completed in 16 milliseconds
12345678910>>...32