Home
last modified time | relevance | path

Searched defs:implementing (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dclass_hierarchies.h46 std::vector<ClassRelationDetails> implementing; member
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts385 readonly implementing: ClassRelationDetails[]; property in ClassHierarchyItemInfo
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dlsp.cpp960 auto implementing = info->implementing; in TS_INTEROP_1() local