pub unsafe extern "C" fn JSValueToBoolean(
ctx: JSContextRef,
value: JSValueRef,
) -> boolExpand description
Converts a JavaScript value to boolean and returns the resulting boolean.
ctx: The execution context to use.value: TheJSValueRefto convert.
Returns the boolean result of conversion.