Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DstaticPropertyNameConflicts.ts26 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 …]
DpropertyNamedPrototype.ts2 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/
DColumnGroup.java37 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/
Dtext_format_conformance_suite.cc135 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/
DstaticPrototypeProperty.ts2 static prototype() { } method in C
6 static prototype; property in C2
DinterfaceDeclaration1.ts12 prototype:number; property
19 prototype:number; property
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormInstanceOfOnInterface.ts9 prototype: C1; property
14 prototype: C2; property
18 prototype: D1; property
DtypeGuardOfFormIsTypeOnInterfaces.ts4 prototype: C1; property
9 prototype: C2; property
13 prototype: D1; property
/third_party/typescript/lib/
Dlib.es2015.collection.d.ts34 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
Dlib.esnext.weakref.d.ts32 readonly prototype: WeakRef<any>; property
66 readonly prototype: FinalizationRegistry; property
Dlib.es2018.asyncgenerator.d.ts53 readonly prototype: AsyncGenerator; property
78 readonly prototype: AsyncGeneratorFunction; property
Dlib.es2015.generator.d.ts53 readonly prototype: Generator; property
78 readonly prototype: GeneratorFunction; property
/third_party/typescript/src/lib/
Des2015.collection.d.ts14 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
Desnext.weakref.d.ts12 readonly prototype: WeakRef<any>; property
46 readonly prototype: FinalizationRegistry; property
Des2015.generator.d.ts33 readonly prototype: Generator; property
58 readonly prototype: GeneratorFunction; property
Des2018.asyncgenerator.d.ts33 readonly prototype: AsyncGenerator; property
58 readonly prototype: AsyncGeneratorFunction; property
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts137 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/
DColumnGroupTest.java31 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/
DaugmentedClassWithPrototypePropertyOnModule.js4 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/
Dclass-static-method-named-prototype.src.js1 class A {static ["prototype"](){}}; method in A
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_set_prototoype_of.js75 var prototype = []; variable
135 var prototype = [2,3]; variable
Dregression-test-issue-782.js17 String.prototype.search(RegExp.prototype);
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-783.js16 RegExp.prototype.compile(RegExp.prototype); class
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-1546.js15 String.prototype.split(RegExp.prototype);
Dregression-test-issue-1065.js18 RegExp().constructor().constructor.prototype.compile(RegExp.prototype);

12345