JavaScriptCore
Skipped during bindings generation
parameter
value
: value: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedrecord
ClassClass
: glib type struct are ignoredrecord
ContextClass
: glib type struct are ignoredrecord
ExceptionClass
: glib type struct are ignoredrecord
ValueClass
: glib type struct are ignoredrecord
VirtualMachineClass
: glib type struct are ignoredrecord
WeakValueClass
: glib type struct are ignored
Properties
Like jsc_get_major_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Like jsc_get_micro_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Like jsc_get_minor_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Allows the DFG JIT to be used if true. Option type: %JSC_OPTION_BOOLEAN Default value: true.
Allows the FTL JIT to be used if true. Option type: %JSC_OPTION_BOOLEAN Default value: true.
Allows the executable pages to be allocated for JIT and thunks if true. Option type: %JSC_OPTION_BOOLEAN Default value: true.
Allows the LLINT to be used if true. Option type: %JSC_OPTION_BOOLEAN Default value: true.
Functions
Returns the major version number of the JavaScriptCore library. (e.g. in JavaScriptCore version 1.8.3 this is 1.)
Returns the micro version number of the JavaScriptCore library. (e.g. in JavaScriptCore version 1.8.3 this is 3.)
Returns the minor version number of the JavaScriptCore library. (e.g. in JavaScriptCore version 1.8.3 this is 8.)
Iterates all available options calling @function for each one. Iteration can stop early if @function returns false.
Create a #GOptionGroup to handle JSCOptions as command line arguments. The options will be exposed as command line arguments with the form <
option>
=<
value>
Set @option as a #gboolean value.
Set @option as a #gdouble value.
Set @option as a #gint value.
Set @option as a range string. The string must be in the format <
low>
:`<`high`>`
Set @option as a #gsize value.
Set @option as a string.
Set @option as a #guint value.