Home
last modified time | relevance | path

Searched refs:IsPropertyCacheCleared (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp840 bool JSThread::IsPropertyCacheCleared() const in IsPropertyCacheCleared() function in panda::ecmascript::JSThread
Djs_thread.h1057 bool IsPropertyCacheCleared() const;
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp515 ASSERT(thread_->IsPropertyCacheCleared()); in CollectGarbage()