Constants ========= .. currentmodule:: gi.repository.JavaScriptCore .. data:: MAJOR_VERSION :value: 2 Like :func:`~gi.repository.JavaScriptCore.get_major_version`, but from the headers used at application compile time, rather than from the library linked against at application run time. .. data:: MICRO_VERSION :value: 6 Like :func:`~gi.repository.JavaScriptCore.get_micro_version`, but from the headers used at application compile time, rather than from the library linked against at application run time. .. data:: MINOR_VERSION :value: 46 Like :func:`~gi.repository.JavaScriptCore.get_minor_version`, but from the headers used at application compile time, rather than from the library linked against at application run time. .. data:: OPTIONS_USE_DFG :value: useDFGJIT Allows the DFG JIT to be used if :const:`True`. Option type: :const:`~gi.repository.JavaScriptCore.OptionType.BOOLEAN` Default value: :const:`True`. .. data:: OPTIONS_USE_FTL :value: useFTLJIT Allows the FTL JIT to be used if :const:`True`. Option type: :const:`~gi.repository.JavaScriptCore.OptionType.BOOLEAN` Default value: :const:`True`. .. data:: OPTIONS_USE_JIT :value: useJIT Allows the executable pages to be allocated for JIT and thunks if :const:`True`. Option type: :const:`~gi.repository.JavaScriptCore.OptionType.BOOLEAN` Default value: :const:`True`. .. data:: OPTIONS_USE_LLINT :value: useLLInt Allows the LLINT to be used if :const:`True`. Option type: :const:`~gi.repository.JavaScriptCore.OptionType.BOOLEAN` Default value: :const:`True`.