Home
last modified time | relevance | path

Searched full:john (Results 126 - 150 of 782) sorted by relevance

12345678910>>...32

/third_party/typescript/tests/arkTSTest/testcase/arkts-limited-stdlib/
H A Darkts-limited-stdlib-10-error.ets24 name: 'John'
H A Darkts-limited-stdlib-6-error.ets26 const args = ['John', 25];
H A Darkts-limited-stdlib-7-ok.ets25 name: 'John',
H A Darkts-limited-stdlib-9-error.ets26 const obj = Reflect.construct(Person, ['John']);
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ambient-decls/
H A Darkts-no-ambient-decls-3-ok.ets19 let myInstance: string = new MyClass("John");
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-as-const/
H A Darkts-no-as-const-3-ok.ets23 name: "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-funcs/
H A Darkts-no-ctor-signatures-funcs-1-error.ets30 const person = createPerson(Person, 'John', 30
H A Darkts-no-ctor-signatures-funcs-1-ok.ets33 const person = createPerson(Impersonizer, 'John', 30
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-decl-merging/
H A Darkts-no-decl-merging-3-ok.ets26 name: 'John',
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-definite-assignment/
H A Darkts-no-definite-assignment-5-error.ets30 greet("John")
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-destruct-decls/
H A Darkts-no-destruct-decls-2-error.ets23 let person: PersonA = { myName: "John", age: 30 };
H A Darkts-no-destruct-decls-2-ok.ets23 let person: PersonA = { myName: "John", age: 30 };
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-for-in/
H A Darkts-no-for-in-6-error.ets24 name: "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/path/
H A Dmodule.ts30 "name": "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-in/
H A Darkts-no-in-1-error.ets27 const personOne = new PersonOne("John", 25);
H A Darkts-no-in-1-ok.ets27 const personRight = new PersonRight("John", 25);
H A Darkts-no-in-2-error.ets29 const personTwo = new PersonTwo("John");
H A Darkts-no-in-2-ok.ets29 const personTwoRight = new PersonTwoRight("John");
H A Darkts-no-in-4-error.ets29 const personFour = new PersonFour("John");
H A Darkts-no-in-4-ok.ets29 const personFourRight = new PersonFourRight("John");
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-indexed-signatures/
H A Darkts-no-indexed-signatures-5-ok.ets19 ['name', 'John'],
H A Darkts-no-indexed-signatures-6-error.ets21 const dynamicObject: DynamicObject = { name: 'John', age: 30, isActive: true }
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/
H A Darkts-no-intersection-types-5-error.ets31 name: "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-jsx/
H A Darkts-no-jsx-5-error.ets19 let name = "John";
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-misplaced-imports/
H A Darkts-no-misplaced-imports-7-error.ets25 name: 'John',

Completed in 16 milliseconds

12345678910>>...32