Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.h75 const ArenaVector<TSInterfaceHeritage *> &Extends() const in Extends() function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DramdaToolsNoInfinite2.ts550 …export type Extends<A1 extends any, A2 extends any> = [A1] extends [never] ? 0 : A1 extends A2 ? 1… alias