get_js_value_for_dom_object_in_script_world


Description:

[ Version ( deprecated = true , deprecated_since = "2.40" , since = "2.22" ) ]
public Value get_js_value_for_dom_object_in_script_world (Object dom_object, ScriptWorld world)

Warning: get_js_value_for_dom_object_in_script_world is deprecated since 2.40.

Get a Value referencing the given DOM object.

The value is created in the JavaScript execution context of this for the given ScriptWorld.

Parameters:

this

a Frame

dom_object

a Object

world

a ScriptWorld

Returns:

the Value referencing dom_object