Home
last modified time | relevance | path

Searched defs:prop4 (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DthisInPropertyBoundDeclarations.ts34 prop4 = { property in A
52 prop4 = ' ' + property in B
DcollisionSuperAndParameter.ts32 public prop4 = { property in Foo2
DdeclarationEmitFirstTypeArgumentGenericFunctionType.ts26 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument variable
DcommentsOverloads.ts111 public prop4(a: number): number; method in c
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitFirstTypeArgumentGenericFunctionType.js23 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument variable
48 var prop4; // parenthesized first type argument variable
DlateBoundDestructuringImplicitAnyError.js44 var _g = strIndexed, _h = named, prop4 = _g[_h]; variable
DcommentsOverloads.js112 public prop4(aorb: any) { method in c
214 c.prototype.prop4 = function (aorb) { method in c
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
D15.02.03-004.js19 prop4: 0 property
/third_party/jerryscript/tests/jerry/es2015/
Dsymbol-unscopables.js19 prop4: 1 property
30 prop4: obj2 property
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dabstract-class-with-declare-properties.src.ts5 declare readonly abstract prop4: string; property in AbstractDeclProps
Dclass-with-declare-properties.src.ts6 declare public readonly prop4: string; property in DeclProps