Home
last modified time | relevance | path

Searched refs:EnableGlobalPrimitiveLeakCheck (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp299 bool JSThread::EnableGlobalPrimitiveLeakCheck() const in EnableGlobalPrimitiveLeakCheck() function in panda::ecmascript::JSThread
301 return GetEcmaVM()->GetJSOptions().EnableGlobalPrimitiveLeakCheck(); in EnableGlobalPrimitiveLeakCheck()
407 bool isStopPrimitiveLeakCheck = EnableGlobalPrimitiveLeakCheck() && !IsStartGlobalLeakCheck() && stackTraceFd_ > 0; in IterateHandleWithCheck()
H A Decma_global_storage.h128 if (thread->EnableGlobalPrimitiveLeakCheck()) { in Reset()
H A Djs_runtime_options.h551 bool EnableGlobalPrimitiveLeakCheck() const in EnableGlobalPrimitiveLeakCheck() function in panda::ecmascript::JSRuntimeOptions
558 return EnableGlobalObjectLeakCheck() || EnableGlobalPrimitiveLeakCheck(); in EnableGlobalLeakCheck()
H A Djs_thread.h880 bool EnableGlobalPrimitiveLeakCheck() const;

Completed in 9 milliseconds