JITContext.setOption

Set a string option of the context; see JITStrOption for notes on the options and their meanings.

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

Parameters

opt JITStrOption

Which option to set.

value string

The new value.

Meta