| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.h | 50 ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, in ClassDefinition() argument 58 implements_(std::move(implements)), in ClassDefinition() 114 ArenaVector<TSClassImplements *> &Implements() in Implements() function 119 const ArenaVector<TSClassImplements *> &Implements() const in Implements() function
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 29 .record Q <panda.extends=R, panda.implements=I> {} 31 .record J <panda.interface, panda.implements=I> {} 493 # O extends or implements T 502 # O implements T, std object 516 # O implements T, std object 527 # O implements T, string 538 # O implements T , type 566 # O[] extends or implements T[] 577 # O implements T, both arrays, std object 594 # O implements T, both arrays, custom object [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definiton22.ts | 18 class C<T> implements I {
|
| D | test-type-with-specieal-constructor-expected.txt | 23 "implements": [], 212 "implements": [],
|
| D | test-ts-parameter-property-expected.txt | 23 "implements": [], 870 "implements": [], 1011 "implements": [], 1169 "implements": [],
|
| D | test-class-method-overload4-expected.txt | 23 "implements": [],
|
| D | test-class-definiton22-expected.txt | 109 "implements": [ 433 "implements": [],
|
| D | test_module_binder-expected.txt | 43 "implements": [],
|
| D | test_generic.ts | 57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A {
|
| D | test-cyclic-module-import-expected.txt | 98 "implements": [], 496 "implements": [],
|
| D | test-class-method-overload9-expected.txt | 23 "implements": [],
|
| D | test-class-method-overload13-expected.txt | 23 "implements": [],
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/class/ |
| D | class_implements.ts | 19 class A implements base1, base2 { }
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-object-expression.js | 28 implements:"foo",
|
| D | test-class-constructor-2-expected.txt | 23 "implements": [], 124 "implements": [],
|
| D | class-declaration-is-expected.txt | 23 "implements": [],
|
| D | test-class-async-method-expected.txt | 23 "implements": [],
|
| D | test-class-expression-expected.txt | 88 "implements": [], 458 "implements": [],
|
| /arkcompiler/ets_frontend/ts2panda/src/pass/ |
| D | cacheExpander.ts | 26 export class CacheExpander implements Pass {
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 23 …d the [`tooling::Debugger`](../runtime/tooling/debugger.h) object that implements [`tooling::Debug…
|
| D | assembly_format.md | 157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t… 181 .record C <java.implements=Iface1, java.implements=Iface2> {} 250 …ever, in this context this name implicitly denotes a `dref` type which implements a reference to t…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | extended_assembler_x64.h | 24 // ExtendedAssembler implements frequently-used assembler macros with some extended usages.
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 100 * @param hooks Pointer to object that implements PtHooks interface
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.h | 25 // ExtendAssembler implements frequently-used assembler macros.
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc_clusters.h | 33 * Implements `--paoc-clusters` option. 145 * Implements a cluster and contains info related to it.
|