Bug 215906

Summary: [GTK] JSCValue type enum
Product: WebKit Reporter: Michael Gratton <mike>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply
Priority: P3 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   

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.