Searched refs:enableCreationStackTraces (Results 1 – 8 of 8) sorted by relevance
24 private val enableCreationStackTraces = runCatching { in <lambda>() constant26 }.getOrNull() ?: DebugProbesImpl.enableCreationStackTraces in <lambda>()32 DebugProbesImpl.enableCreationStackTraces = enableCreationStackTraces in premain()
56 public var enableCreationStackTraces: Boolean variable57 get() = DebugProbesImpl.enableCreationStackTraces59 DebugProbesImpl.enableCreationStackTraces = value
21 DebugProbes.enableCreationStackTraces = true in setUp()
15 DebugProbes.enableCreationStackTraces = false in setUp()
58 DebugProbes.enableCreationStackTraces = enableCoroutineCreationStackTraces
54 public var enableCreationStackTraces: Boolean = true in <lambda>() variable411 val frame = if (enableCreationStackTraces) { in <lambda>()
67 [DebugProbes.enableCreationStackTraces] along with agent startup.73 For that, it is strongly recommended to switch off [DebugProbes.enableCreationStackTraces] property…277 [DebugProbes.enableCreationStackTraces]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corout…
META-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...