Searched defs:Constructor (Results 1 – 8 of 8) sorted by relevance
35 export type Constructor<T = {}> = new (...args: any[]) => T; alias
24 type Constructor = new (...args: any[]) => any alias
50 export type Constructor<T> = new (...args: any[]) => T alias
38 type Constructor<T> = new () => T; alias39 declare function Constructor<T>(): Constructor<T>; function
63 export type Constructor<T> = new(...args: any[]) => T; alias
128 HWTEST_F_L0(BuiltinsDataViewTest, Constructor) in HWTEST_F_L0() argument
467 HWTEST_F_L0(JSNApiTests, Constructor) in HWTEST_F_L0() argument
1749 Local<JSValueRef> FunctionRef::Constructor(const EcmaVM *vm, in Constructor() function in panda::FunctionRef