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