Home
last modified time | relevance | path

Searched defs:Implements (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h129 ArenaVector<TSClassImplements *> &Implements() in Implements() function
134 const ArenaVector<TSClassImplements *> &Implements() const in Implements() function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DramdaToolsNoInfinite2.ts111 export type Implements<A1 extends any, A2 extends any> = Extends<A1, A2> extends 1 ? 1 : 0; alias