get_javascript_global_context
Description:
[ Version ( deprecated = true , deprecated_since = "2.22" , since = "2.2" ) ]
public unowned GlobalContext get_javascript_global_context ()
public unowned GlobalContext get_javascript_global_context ()
Warning: get_javascript_global_context is deprecated since 2.22.
Gets the global JavaScript execution context.
Note:
Use get_js_context instead.
Use this function to bridge between the WebKit and JavaScriptCore APIs.
Parameters:
this |
a Frame |
Returns:
the global JavaScript context of this |