WebKit2.JavascriptResult.prototype.get_value

function get_value(): JavaScriptCore.Value {
    // Gjs wrapper for webkit_javascript_result_get_value()
}
  

Get the value of js_result. You should use the <function>JSGlobalContextRef</function> returned by WebKit2.JavascriptResult.prototype.get_global_context to use the <function>JSValueRef</function>.

Returns

the <function>JSValueRef</function> of the WebKit2.JavascriptResult