Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 25 of 66) sorted by relevance

123

/third_party/decimal.js/
Ddecimal.global.d.ts36 export type Constructor = DecimalConstructor; alias
49 type Constructor = DecimalConstructor; alias
Ddecimal.d.ts35 export type Constructor = typeof Decimal; alias
/third_party/typescript/tests/cases/compiler/
DamdDeclarationEmitNoExtraDeclare.ts11 export type Constructor<T> = { alias
DdeclarationsForFileShadowingGlobalNoError.ts11 type Constructor = new (...args: any[]) => any alias
DmixinOverMappedTypeNoCrash.ts12 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I> alias
DanonClassDeclarationEmitIsAnon.ts11 export type Constructor<T = {}> = new (...args: any[]) => T; alias
DsymbolLinkDeclarationEmitModuleNames.ts11 export type Constructor<T> = (...args: any[]) => T; alias
DidenticalGenericConditionalsWithInferRelated.ts12 export type Constructor<T> = new (...args: any[]) => T alias
DmixingApparentTypeOverrides.ts1 type Constructor<T> = new(...args: any[]) => T; alias
DnoCrashOnMixin.ts9 type Constructor<T = {}> = new (...args: any[]) => T; alias
DdeclarationEmitLocalClassDeclarationMixin.ts2 interface Constructor<C> { new (...args: any[]): C; } interface
DgenericInheritedDefaultConstructors.ts2 interface Constructor<T> { interface
DdoubleMixinConditionalTypeBaseClassWorks.ts1 type Constructor = new (...args: any[]) => {}; alias
DsymbolLinkDeclarationEmitModuleNamesRootDir.ts3 export type Constructor<T> = (...args: any[]) => T; alias
DexportClassExtendingIntersection.ts3 export type Constructor<T> = new (...args: any[]) => T; alias
DoverrideBaseIntersectionMethod.ts5 type Constructor<T> = new (...args: any[]) => T; alias
DemitClassExpressionInDeclarationFile2.ts16 export type Constructor<T> = new(...args: any[]) => T; alias
DmixinPrivateAndProtected.ts3 type Constructor<T> = new(...args: any[]) => T; alias
DmixinIntersectionIsValidbaseType.ts1 export type Constructor<T extends object = object> = new (...args: any[]) => T; alias
DemitClassExpressionInDeclarationFile.ts17 export type Constructor<T> = new(...args: any[]) => T; alias
/third_party/openssl/doc/man3/
DOSSL_ENCODER_CTX.pod132 =head2 Constructor section in DESCRIPTION
DOSSL_DECODER_CTX.pod169 =head2 Constructor section in DESCRIPTION
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DaccessorsOverrideProperty9.ts6 export type Constructor<T = {}> = new (...args: any[]) => T; alias
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts15 type Constructor<T> = new () => T; alias
16 declare function Constructor<T>(): Constructor<T>; function
DinterfaceExtendsObjectIntersection.ts19 type Constructor<T> = new () => T; alias
20 declare function Constructor<T>(): Constructor<T>; function

123