Method

WebKit2JavascriptResultget_global_context

Declaration [src]

JSGlobalContextRef
webkit_javascript_result_get_global_context (
  WebKitJavascriptResult* js_result
)

Description [src]

Get the global Javascript context.

Get the global Javascript context that should be used with the JSValueRef returned by webkit_javascript_result_get_value().

Deprecated since:2.22

Use jsc_value_get_context() instead.

This method is not directly available to language bindings.

Return value

Returns: JSGlobalContextRef
 

The JSGlobalContextRef for the WebKitJavascriptResult.