Variable trustThreshold

trustThreshold: number

How many times a piece of code needs to be executed before it is assumed it can be trusted to not mutate. Specify -1 for no trust (slow), 0 to trust code from the get-go, and N to trust code after it has been executed N times.

Defaults to 1.

Generated using TypeDoc