| /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/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/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/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/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
|
| D | augmentedClassWithPrototypePropertyOnModule.ts | 3 var prototype; // This should be error since prototype would be static property on class m variable
|
| /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/typescript/lib/ |
| D | lib.es2015.collection.d.ts | 54 readonly prototype: Map<any, any>; property 88 readonly prototype: WeakMap<object, any>; property 120 readonly prototype: Set<any>; property 148 readonly prototype: WeakSet<object>; property
|
| D | lib.es2021.weakref.d.ts | 32 readonly prototype: WeakRef<any>; property 66 readonly prototype: FinalizationRegistry<any>; property
|
| D | lib.esnext.weakref.d.ts | 32 readonly prototype: WeakRef<any>; property 66 readonly prototype: FinalizationRegistry; property
|
| D | lib.es2015.generator.d.ts | 53 readonly prototype: Generator; property 78 readonly prototype: GeneratorFunction; property
|
| D | lib.es2018.asyncgenerator.d.ts | 53 readonly prototype: AsyncGenerator; property 78 readonly prototype: AsyncGeneratorFunction; property
|
| D | lib.es5.d.ts | 160 readonly prototype: Object; property 300 prototype: any; property 315 readonly prototype: Function; property 523 readonly prototype: String; property 540 readonly prototype: Boolean; property 577 readonly prototype: Number; property 917 readonly prototype: Date; property 1007 readonly prototype: RegExp; property 1061 readonly prototype: Error; property 1072 readonly prototype: EvalError; property [all …]
|
| /third_party/typescript/src/lib/ |
| D | es2015.collection.d.ts | 34 readonly prototype: Map<any, any>; property 68 readonly prototype: WeakMap<object, any>; property 100 readonly prototype: Set<any>; property 128 readonly prototype: WeakSet<object>; property
|
| D | es2021.weakref.d.ts | 12 readonly prototype: WeakRef<any>; property 46 readonly prototype: FinalizationRegistry<any>; property
|
| D | es2018.asyncgenerator.d.ts | 33 readonly prototype: AsyncGenerator; property 58 readonly prototype: AsyncGeneratorFunction; property
|
| D | es2015.generator.d.ts | 33 readonly prototype: Generator; property 58 readonly prototype: GeneratorFunction; property
|
| D | es5.d.ts | 140 readonly prototype: Object; property 280 prototype: any; property 295 readonly prototype: Function; property 503 readonly prototype: String; property 520 readonly prototype: Boolean; property 557 readonly prototype: Number; property 897 readonly prototype: Date; property 987 readonly prototype: RegExp; property 1041 readonly prototype: Error; property 1052 readonly prototype: EvalError; property [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/node/deps/v8/src/init/ |
| D | bootstrapper.cc | 403 Handle<HeapObject> prototype, InstanceType type, int instance_size, in CreateFunctionForBuiltinWithPrototype() 470 int inobject_properties, Handle<HeapObject> prototype, Builtin builtin) { in CreateFunction() 489 int inobject_properties, Handle<HeapObject> prototype, Builtin builtin) { in CreateFunction() 498 Handle<HeapObject> prototype, Builtin call) { in InstallFunction() 509 Handle<HeapObject> prototype, Builtin call) { in InstallFunction() 887 Handle<JSObject> prototype, in CreateNonConstructorMap() 1325 Handle<JSObject> prototype = in CreateNewGlobals() local 1464 Handle<JSObject> prototype(JSObject::cast(error_fun->instance_prototype()), in InstallError() local 1659 Handle<JSFunction> prototype = empty_function; in InitializeGlobal() local 1911 Handle<JSPrimitiveWrapper> prototype = Handle<JSPrimitiveWrapper>::cast( in InitializeGlobal() local [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | proxy_set_prototoype_of.js | 75 var prototype = []; variable 135 var prototype = [2,3]; variable
|
| /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
|