Home
last modified time | relevance | path

Searched full:implements (Results 1 – 25 of 95) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h50 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/
Disinstance.yaml29 .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/
Dtest-class-definiton22.ts18 class C<T> implements I {
Dtest-type-with-specieal-constructor-expected.txt23 "implements": [],
212 "implements": [],
Dtest-ts-parameter-property-expected.txt23 "implements": [],
870 "implements": [],
1011 "implements": [],
1169 "implements": [],
Dtest-class-method-overload4-expected.txt23 "implements": [],
Dtest-class-definiton22-expected.txt109 "implements": [
433 "implements": [],
Dtest_module_binder-expected.txt43 "implements": [],
Dtest_generic.ts57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A {
Dtest-cyclic-module-import-expected.txt98 "implements": [],
496 "implements": [],
Dtest-class-method-overload9-expected.txt23 "implements": [],
Dtest-class-method-overload13-expected.txt23 "implements": [],
/arkcompiler/ets_frontend/ts2panda/tests/types/class/
Dclass_implements.ts19 class A implements base1, base2 { }
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-object-expression.js28 implements:"foo",
Dtest-class-constructor-2-expected.txt23 "implements": [],
124 "implements": [],
Dclass-declaration-is-expected.txt23 "implements": [],
Dtest-class-async-method-expected.txt23 "implements": [],
Dtest-class-expression-expected.txt88 "implements": [],
458 "implements": [],
/arkcompiler/ets_frontend/ts2panda/src/pass/
DcacheExpander.ts26 export class CacheExpander implements Pass {
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md23 …d the [`tooling::Debugger`](../runtime/tooling/debugger.h) object that implements [`tooling::Debug…
Dassembly_format.md157 | `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/
Dextended_assembler_x64.h24 // ExtendedAssembler implements frequently-used assembler macros with some extended usages.
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h100 * @param hooks Pointer to object that implements PtHooks interface
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.h25 // ExtendAssembler implements frequently-used assembler macros.
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc_clusters.h33 * Implements `--paoc-clusters` option.
145 * Implements a cluster and contains info related to it.

1234