Class Timebox
java.lang.Object
com.dashjoin.jsonata.Timebox
Configure max runtime / max recursion depth.
See Frame.setRuntimeBounds - usually not used directly
-
Constructor Summary
ConstructorsConstructorDescriptionTimebox(Jsonata.Frame expr) Protect the process/browser from a runnaway expression i.e.Timebox(Jsonata.Frame expr, long timeout, int maxDepth) -
Method Summary
-
Constructor Details
-
Timebox
Protect the process/browser from a runnaway expression i.e. Infinite loop (tail recursion), or excessive stack growth -
Timebox
-