Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h61 using PropertyMap = std::unordered_map<util::StringView, varbinder::LocalVariable *>; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h115 using PropertyMap = std::unordered_map<util::StringView, binder::LocalVariable *>; variable