Method

WPEJavaScriptCoreContextget_global_object

Declaration [src]

JSCValue*
jsc_context_get_global_object (
  JSCContext* context
)

Description [src]

Get a JSCValue referencing the context global object.

Return value

Returns: JSCValue
 

A JSCValue.

 The caller of the method takes ownership of the data, and is responsible for freeing it.