Method
WebKit2WebExtensionFrameget_javascript_context_for_script_world
deprecated: 2.22 since: 2.2
Declaration [src]
JSGlobalContextRef
webkit_frame_get_javascript_context_for_script_world (
WebKitFrame* frame,
WebKitScriptWorld* world
)
Description [src]
Gets the JavaScript execution context of frame
for the given WebKitScriptWorld
.
Available since: 2.2
Deprecated since: 2.22
Use webkit_frame_get_js_context_for_script_world()
instead.
This method is not directly available to language bindings.
Parameters
world
-
Type:
WebKitScriptWorld
A
WebKitScriptWorld
.The data is owned by the caller of the method.