javascriptcore.global
Global functions for javascriptcore6 library
fn getMajorVersion getMicroVersion getMinorVersion optionsForeach optionsGetBoolean optionsGetDouble optionsGetInt optionsGetOptionGroup optionsGetRangeString optionsGetSize optionsGetString optionsGetUint optionsSetBoolean optionsSetDouble optionsSetInt optionsSetRangeString optionsSetSize optionsSetString optionsSetUint
Functions 19
fn
uint getMajorVersion()Returns the major version number of the JavaScriptCore library. (e.g. in JavaScriptCore version 1.8.3 this is 1.)fn
uint getMicroVersion()Returns the micro version number of the JavaScriptCore library. (e.g. in JavaScriptCore version 1.8.3 this is 3.)fn
uint getMinorVersion()Returns the minor version number of the JavaScriptCore library. (e.g. in JavaScriptCore version 1.8.3 this is 8.)fn
void optionsForeach(javascriptcore.types.OptionsFunc function_)Iterates all available options calling function for each one. Iteration can stop early if function returns false.fn
glib.option_group.OptionGroup optionsGetOptionGroup()Create a #GOptionGroup to handle JSCOptions as command line arguments. The options will be exposed as command line arguments with the form <emphasis>--jsc-<option>=<value></emphasis>. E...fn
bool optionsGetRangeString(string option, out string value)Get option as a range string. The string must be in the format <emphasis>[!]<low>[:<high>]</emphasis> where low and high are #guint values. Values between low and high (both included) w...fn
bool optionsSetRangeString(string option, string value)Set option as a range string. The string must be in the format <emphasis>[!]<low>[:<high>]</emphasis> where low and high are #guint values. Values between low and high (both included) w...