| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | varRedeclaration13.ts | 22 new(a: number, b: string): number method 26 new(a: number, b: string): number method 31 new(a: number, b: string): number method
|
| D | test-interface5.ts | 17 interface A { readonly /* @@ label */new(a: number): string }; method
|
| D | interfaceUsedAsValue.ts | 21 new(): string method
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | varRedeclaration13.ts | 22 new(a: number, b: string): number method 26 new(a: number, b: string): number method 31 new(a: number, b: string): number method
|
| D | test-interface5.ts | 17 interface A { readonly new(a: number): string }; method
|
| D | interfaceUsedAsValue.ts | 21 new(): string method
|
| D | varRedeclaration.ts | 62 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
|
| D | test-interface.ts | 25 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/ |
| D | 01_interface_01.ts | 23 new ():string; method 24 new (s:string):any; method 48 new (s:string):any; method
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-interface.ts | 23 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-interface.ts | 23 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | varRedeclaration.ts | 62 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
|
| D | test-interface.ts | 25 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk.h | 105 void *operator new(size_t size, Chunk* chunk) in new() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/ |
| D | main.ts | 45 new (value: T): {}; method
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | README.md | 6558 ### new subsection
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 652 ALWAYS_INLINE void *operator new([[maybe_unused]] size_t size, void *ptr) noexcept in new() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 714 ALWAYS_INLINE void *operator new([[maybe_unused]] size_t size, void *ptr) noexcept in new() function
|