Searched refs:BACKTRACE_DEPTH (Results 1 – 2 of 2) sorted by relevance
47 const int NativeScopeManager::BACKTRACE_DEPTH = OHOS::system::GetIntParameter<int>("persist.napi.me… member in NativeScopeManager143 if (pc == 0 || ++depth > NativeScopeManager::BACKTRACE_DEPTH) { in BackTrace()
211 static const int BACKTRACE_DEPTH; variable