Method

WebKit2WebExtensionFrameget_javascript_global_context

Declaration [src]

JSGlobalContextRef
webkit_frame_get_javascript_global_context (
  WebKitFrame* frame
)

Description [src]

Gets the global JavaScript execution context. Use this function to bridge between the WebKit and JavaScriptCore APIs.

Available since:2.2
Deprecated since:2.22

Use webkit_frame_get_js_context() instead.

This method is not directly available to language bindings.

Return value

Returns: JSGlobalContextRef
 

The global JavaScript context of frame.