Method

JavaScriptCoreContextget_global_object

Declaration [src]

JSCValue*
jsc_context_get_global_object (
  JSCContext* context
)

Description [src]

Get a JSCValue referencing the context global object.

Return value

Type: JSCValue

A JSCValue.

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