Function javascriptcore_sys::JSValueMakeBoolean [] [src]

pub unsafe extern "C" fn JSValueMakeBoolean(
    ctx: JSContextRef,
    boolean: bool
) -> JSValueRef

Creates a JavaScript value of the boolean type.

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