Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DvarRedeclaration13.ts22 new(a: number, b: string): number method
26 new(a: number, b: string): number method
31 new(a: number, b: string): number method
Dtest-interface5.ts17 interface A { readonly new(a: number): string }; method
DvarRedeclaration.ts62 new(a: number[], b: { a: number, b: string }): boolean, method
63 new(a: number[], b: { a: number, b: string }): void, method
69 new(a: number[], b: { a: number, b: string }): void, method
70 new(a: number[], b: { a: number, b: string }): boolean, method
DinterfaceUsedAsValue.ts21 new(): string method
Dtest-interface.ts25 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface.ts23 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.h102 void *operator new(size_t size, Chunk* chunk) in new() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h703 ALWAYS_INLINE void *operator new([[maybe_unused]] size_t size, void *ptr) noexcept in new() function