JITContext.setOption

Set an integer option of the context; see JITIntOption for notes on the options and their meanings.

  1. void setOption(JITStrOption opt, string value)
  2. void setOption(JITIntOption opt, int value)
    class JITContext
    void
    setOption
  3. void setOption(JITBoolOption opt, bool value)

Parameters

opt JITIntOption

Which option to set.

value int

The new value.

Meta