Module javascriptcore6::functions
source · 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.)
- Get @option as a #gboolean value.
- Get @option as a #gdouble value.
- Get @option as a #gint value.
- Get @option as a range string. The string must be in the format
!<low>[:<high>] where low and high are #guint values. Values between low and high (both included) will be considered in the range, unless! is used to invert the range. - Get @option as a #gsize value.
- Get @option as a string.
- Get @option as a #guint 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>] where low and high are #guint values. Values between low and high (both included) will be considered in the range, unless! is used to invert the range. - Set @option as a #gsize value.
- Set @option as a string.
- Set @option as a #guint value.