Function javascriptcore_sys::JSValueMakeString [] [src]

pub unsafe extern "C" fn JSValueMakeString(
    ctx: JSContextRef,
    string: JSStringRef
) -> JSValueRef

Creates a JavaScript value of the string type.

Returns a JSValue of the string type, representing the value of string.