Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/
Dassert_gc_scope.h62 using DisallowGarbageCollection = AssertGCScopeT<IS_GC_ALLOW_CHECK>; variable
/ark/js_runtime/ecmascript/mem/
Dassert_scope.h61 using DisallowGarbageCollection = AssertScopeT<AssertType::GARBAGE_COLLECTION_ASSERT, false, IS_ALL… variable