Searched defs:DisableCMCGCTrait (Results 1 – 1 of 1) sorted by relevance
135 struct DisableCMCGCTrait { struct136 struct DummyStringTableInterface {}; // placeholder for consistent type137 using StringTableInterface = DummyStringTableInterface;138 …apImpl = common::HashTrieMap<EcmaStringTableMutex, JSThread, common::TrieMapConfig::NoSlotBarrier>;139 using ThreadType = JSThread;140 static constexpr bool EnableCMCGC = false;141 static common::ReadOnlyHandle<BaseString> CreateHandle(ThreadType* holder, BaseString* string) in CreateHandle()