Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/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 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/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/ets2panda/test/parser/ts/
Dtest-interface.ts23 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_frontend/ets2panda/linter/test_rules/
Drule27.ts17 new (s: string): I method
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule27.ts17 new (s: string): I method
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.h106 void *operator new(size_t size, Chunk* chunk) in new() function
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dconstructor_types.ts73 new (s: string): I; method
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dconstructor_types.ts73 new (s: string): I; method
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/templates/
Dtest.template.ts142 new (arg: string): NewCtor; method
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md6556 ### new subsection
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h651 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.h835 ALWAYS_INLINE void *operator new([[maybe_unused]] size_t size, void *ptr) noexcept in new() function