Method

WPEJavaScriptCoreClassget_name

Declaration [src]

const char*
jsc_class_get_name (
  JSCClass* jsc_class
)

Description [src]

Get the class name of jsc_class.

Return value

Returns: const char*
 

The name of jsc_class.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.