Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp54 uint8_t maxJsStackDepth = 0; variable
605 g_hookJsConfig->maxJsStackDepth == 0 || !g_hookJsConfig->jsFpUnwind) { in CheckHookConfig()
660 jsFrames.reserve(g_hookJsConfig->maxJsStackDepth); in StartNapiProfilerTrace()
665 for (size_t i = 0; i < jsFrames.size() && i < g_hookJsConfig->maxJsStackDepth; i++) { in StartNapiProfilerTrace()

Completed in 5 milliseconds