Method

WPEJavaScriptCoreValueis_boolean

Declaration [src]

gboolean
jsc_value_is_boolean (
  JSCValue* value
)

Description [src]

Get whether the value referenced by value is a boolean.

Return value

Returns: gboolean
 

Whether the value is a boolean.