Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp686 bool JSThread::IsAllContextsInitialized() const in IsAllContextsInitialized() function in panda::ecmascript::JSThread
Djs_thread.h878 bool IsAllContextsInitialized() const;
Dobject_factory.cpp2672 …_->GetJSOptions().EnableForceGC() && vm_->IsInitialized() && thread_->IsAllContextsInitialized()) { in NewObjectHook()