pub unsafe extern "C" fn JSValueIsString(
ctx: JSContextRef,
value: JSValueRef,
) -> boolExpand description
Tests whether a JavaScript value’s type is the string type.
ctx: The execution context to use.value: TheJSValueRefto test.
Returns true if value’s type is the string type, otherwise false.