Searched refs:stackLimit_g (Results 1 – 1 of 1) sorted by relevance
232 static int const stackLimit_g = 1000; variable352 if (stackDepth_g >= stackLimit_g) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()