Searched refs:g_localUpdater (Results 1 – 1 of 1) sorted by relevance
49 std::shared_ptr<LocalUpdater> g_localUpdater = nullptr; variable113 if (g_localUpdater == nullptr) { in JsConstructorLocalUpdater()115 g_localUpdater = std::make_shared<LocalUpdater>(env, value); in JsConstructorLocalUpdater()117 return g_localUpdater.get(); in JsConstructorLocalUpdater()