Method

WPEJavaScriptCoreClassget_parent

Declaration [src]

JSCClass*
jsc_class_get_parent (
  JSCClass* jsc_class
)

Description [src]

Get the parent class of jsc_class.

Return value

Returns: JSCClass
 

The parent class of jsc_class.

 The data is owned by the instance.