Creates a new global Javascript object that will persist throughout
the lifetime of this WebView. This object is managed directly by
Awesomium and so you can modify its properties and bind callback
functions via awe_webview_set_object_property() and
awe_webview_set_object_callback(), respectively.
Creates a new global Javascript object that will persist throughout the lifetime of this WebView. This object is managed directly by Awesomium and so you can modify its properties and bind callback functions via awe_webview_set_object_property() and awe_webview_set_object_callback(), respectively.
@param objectName The name of the object.