Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
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 /* @@ label */new(a: number): string }; method
DinterfaceUsedAsValue.ts21 new(): string method
/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
DinterfaceUsedAsValue.ts21 new(): 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
Dtest-interface.ts25 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/
D01_interface_01.ts23 new ():string; method
24 new (s:string):any; method
48 new (s:string):any; 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_frontend/ets2panda/test/parser/ts/
Dtest-interface.ts23 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
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
Dtest-interface.ts25 new(a: null, b?: string): { a: number, b: string, c?([a, b]): string } method
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.h105 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/
Dmain.ts45 new (value: T): {}; method
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md6558 ### new subsection
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h652 ALWAYS_INLINE void *operator new([[maybe_unused]] size_t size, void *ptr) noexcept in new() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h714 ALWAYS_INLINE void *operator new([[maybe_unused]] size_t size, void *ptr) noexcept in new() function