/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/ |
D | staticPropertyNameConflicts.ts | 26 static prototype: number; // error property in StaticPrototype 27 prototype: string; // ok property in StaticPrototype 31 static prototype() {} // error method in StaticPrototypeFn 32 prototype() {} // ok method in StaticPrototypeFn 85 static prototype: number; // error variable 86 prototype: string; // ok variable 90 static prototype() {} // error variable 91 prototype() {} // ok variable 152 static prototype: number; // error property in StaticPrototype 153 prototype: string; // ok property in StaticPrototype [all …]
|
D | propertyNamedPrototype.ts | 2 prototype: number; // ok property in C 3 static prototype: C; // error property in C
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | ColumnGroup.java | 37 Column<T> prototype, Function<String, K> parseFn) { in of() 43 Column<T> prototype) { in byRegion() 49 Column<T> prototype) { in byLanguage() 54 abstract Column<T> prototype(); in prototype() method in ColumnGroup
|
/third_party/protobuf/conformance/ |
D | text_format_conformance_suite.cc | 135 TestAllTypesProto3 prototype; in ExpectParseFailure() local 160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 172 const Message& prototype) { in RunValidTextFormatTestWithMessage() 187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local 318 TestAllTypesProto3 prototype; in RunSuiteImpl() local
|
/third_party/typescript/tests/cases/compiler/ |
D | staticPrototypeProperty.ts | 2 static prototype() { } method in C 6 static prototype; property in C2
|
D | interfaceDeclaration1.ts | 12 prototype:number; property 19 prototype:number; property
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardOfFormInstanceOfOnInterface.ts | 9 prototype: C1; property 14 prototype: C2; property 18 prototype: D1; property
|
D | typeGuardOfFormIsTypeOnInterfaces.ts | 4 prototype: C1; property 9 prototype: C2; property 13 prototype: D1; property
|
/third_party/typescript/lib/ |
D | lib.es2015.collection.d.ts | 34 readonly prototype: Map<any, any>; property 54 readonly prototype: WeakMap<object, any>; property 69 readonly prototype: Set<any>; property 87 readonly prototype: WeakSet<object>; property
|
D | lib.esnext.weakref.d.ts | 32 readonly prototype: WeakRef<any>; property 66 readonly prototype: FinalizationRegistry; property
|
D | lib.es2018.asyncgenerator.d.ts | 53 readonly prototype: AsyncGenerator; property 78 readonly prototype: AsyncGeneratorFunction; property
|
D | lib.es2015.generator.d.ts | 53 readonly prototype: Generator; property 78 readonly prototype: GeneratorFunction; property
|
/third_party/typescript/src/lib/ |
D | es2015.collection.d.ts | 14 readonly prototype: Map<any, any>; property 34 readonly prototype: WeakMap<object, any>; property 49 readonly prototype: Set<any>; property 67 readonly prototype: WeakSet<object>; property
|
D | esnext.weakref.d.ts | 12 readonly prototype: WeakRef<any>; property 46 readonly prototype: FinalizationRegistry; property
|
D | es2015.generator.d.ts | 33 readonly prototype: Generator; property 58 readonly prototype: GeneratorFunction; property
|
D | es2018.asyncgenerator.d.ts | 33 readonly prototype: AsyncGenerator; property 58 readonly prototype: AsyncGeneratorFunction; property
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 137 prototype: Object; variable 251 prototype: any; property 266 prototype: Function; variable 434 prototype: String; variable 443 prototype: Boolean; variable 476 prototype: Number; variable 774 prototype: Date; variable 881 prototype: Error; variable 889 prototype: EvalError; variable 897 prototype: RangeError; variable [all …]
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | ColumnGroupTest.java | 31 Column<Boolean> prototype = Column.ofBoolean("Region"); in testGroupColumns() local 49 Column<Boolean> prototype = Column.ofBoolean("Region"); in testExtractGroupColumns() local
|
/third_party/typescript/tests/baselines/reference/ |
D | augmentedClassWithPrototypePropertyOnModule.js | 4 var prototype; // This should be error since prototype would be static property on class m variable
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/javascript/classes/ |
D | class-static-method-named-prototype.src.js | 1 class A {static ["prototype"](){}}; method in A
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | proxy_set_prototoype_of.js | 75 var prototype = []; variable 135 var prototype = [2,3]; variable
|
D | regression-test-issue-782.js | 17 String.prototype.search(RegExp.prototype);
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-783.js | 16 RegExp.prototype.compile(RegExp.prototype); class
|
/third_party/jerryscript/tests/jerry/es5.1/ |
D | regression-test-issue-1546.js | 15 String.prototype.split(RegExp.prototype);
|
D | regression-test-issue-1065.js | 18 RegExp().constructor().constructor.prototype.compile(RegExp.prototype);
|