| Copyright | Will Thompson and Iñaki García Etxebarria | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
GI.JavaScriptCore.Constants
Description
Synopsis
- pattern OPTIONS_USE_LLINT :: Text
- pattern OPTIONS_USE_JIT :: Text
- pattern OPTIONS_USE_FTL :: Text
- pattern OPTIONS_USE_DFG :: Text
- pattern MINOR_VERSION :: Int32
- pattern MICRO_VERSION :: Int32
- pattern MAJOR_VERSION :: Int32
Documentation
pattern OPTIONS_USE_LLINT :: Text Source #
Allows the LLINT to be used if True.
 Option type: OptionTypeBoolean
 Default value: True.
Since: 2.24
pattern OPTIONS_USE_JIT :: Text Source #
Allows the executable pages to be allocated for JIT and thunks if True.
 Option type: OptionTypeBoolean
 Default value: True.
Since: 2.24
pattern OPTIONS_USE_FTL :: Text Source #
Allows the FTL JIT to be used if True.
 Option type: OptionTypeBoolean
 Default value: True.
Since: 2.24
pattern OPTIONS_USE_DFG :: Text Source #
Allows the DFG JIT to be used if True.
 Option type: OptionTypeBoolean
 Default value: True.
Since: 2.24
pattern MINOR_VERSION :: Int32 Source #
Like getMinorVersion, but from the headers used at
 application compile time, rather than from the library linked
 against at application run time.
pattern MICRO_VERSION :: Int32 Source #
Like getMicroVersion, but from the headers used at
 application compile time, rather than from the library linked
 against at application run time.
pattern MAJOR_VERSION :: Int32 Source #
Like getMajorVersion, but from the headers used at
 application compile time, rather than from the library linked
 against at application run time.