Method

WPEJavaScriptCoreValueis_function

Declaration [src]

gboolean
jsc_value_is_function (
  JSCValue* value
)

Description [src]

Get whether the value referenced by value is a function.

Return value

Returns: gboolean
 

Whether the value is a function.