Method

JavaScriptCoreValueis_function

Declaration [src]

gboolean
jsc_value_is_function (
  JSCValue* value
)

Description [src]

Get whether the value referenced by value is a function.

Return value

Type: gboolean

Whether the value is a function.