Class Constants
- Namespace
- JavaScriptCore
- Assembly
- JavaScriptCore-6.0.dll
- Inheritance
-
Constants
- Inherited Members
-
Fields
MAJOR_VERSION
public const int MAJOR_VERSION = 2
Field Value
- int
MICRO_VERSION
public const int MICRO_VERSION = 1
Field Value
- int
MINOR_VERSION
public const int MINOR_VERSION = 44
Field Value
- int
OPTIONS_USE_DFG
public const string OPTIONS_USE_DFG = "useDFGJIT"
Field Value
- string
OPTIONS_USE_FTL
public const string OPTIONS_USE_FTL = "useFTLJIT"
Field Value
- string
OPTIONS_USE_JIT
public const string OPTIONS_USE_JIT = "useJIT"
Field Value
- string
OPTIONS_USE_LLINT
public const string OPTIONS_USE_LLINT = "useLLInt"
Field Value
- string