gi-javascriptcore-4.0.25: JavaScriptCore bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.JavaScriptCore.Constants

Description

 
Synopsis

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.