NEW 215906
[GTK] JSCValue type enum
https://bugs.webkit.org/show_bug.cgi?id=215906
Summary [GTK] JSCValue type enum
Michael Gratton
Reported 2020-08-27 17:14:55 PDT
It would be useful to have a `jc_value_get_type` function that returns an enum to determine the type of a JSCValue without having to call all of `is_object`, `is_array`, `is_string`, etc on each object.
Attachments
Note You need to log in before you can comment on or make changes to this bug.