Searched refs:threadStackSizeInKiloBytes (Results 1 – 1 of 1) sorted by relevance
153 val threadStackSizeInKiloBytes = getNumericFinalFlagValue("ThreadStackSize") ?: return null in getReproducingXssArg() constant154 val conservativeThreadStackSizeInKiloBytes = (threadStackSizeInKiloBytes * 0.9).toInt() in getReproducingXssArg()