Searched refs:isNewVersion_ (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/ | ||
H A D | worker.h | 602 bool isNewVersion_ = true; member in Commonlibrary::Concurrent::WorkerModule::Worker |
H A D | worker.cpp | 157 if (worker->isNewVersion_) { in InitPort() 286 worker->isNewVersion_ = (version != WorkerVersion::OLD) ? true : false; in Constructor() |
Completed in 5 milliseconds