Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.h75 static thread_local std::map<std::string, int64_t> timerMap; variable
H A Dconsole.cpp24 thread_local std::map<std::string, int64_t> Console::timerMap; member in OHOS::JsSysModule::Console