Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/anonClassDeclarationEmitIsAnon/
DwrapClass.ts35 export type Constructor<T = {}> = new (...args: any[]) => T; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declarationsForFileShadowingGlobalNoError/
Dindex.ts24 type Constructor = new (...args: any[]) => any alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DidenticalGenericConditionalsWithInferRelated.ts50 export type Constructor<T> = new (...args: any[]) => T alias
DinterfaceExtendsObjectIntersection.ts38 type Constructor<T> = new () => T; alias
39 declare function Constructor<T>(): Constructor<T>; function
DemitClassExpressionInDeclarationFile.ts63 export type Constructor<T> = new(...args: any[]) => T; alias
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp128 HWTEST_F_L0(BuiltinsDataViewTest, Constructor) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp467 HWTEST_F_L0(JSNApiTests, Constructor) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1749 Local<JSValueRef> FunctionRef::Constructor(const EcmaVM *vm, in Constructor() function in panda::FunctionRef