Searched refs:needCrossThread (Results 1 – 2 of 2) sorted by relevance
27 JSPersistent(bool needCrossThread, const std::string& db) in JSPersistent() argument30 needCrossThread_ = needCrossThread; in JSPersistent()
41 bool needCrossThread = false; in ConstructorCallback() local43 needCrossThread = args[0]->ToBoolean(); in ConstructorCallback()46 auto persistent = Referenced::MakeRefPtr<JSPersistent>(needCrossThread, fileName); in ConstructorCallback()