Bug 215906 - [GTK] JSCValue type enum
Summary: [GTK] JSCValue type enum
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2020-08-27 17:14 PDT by Michael Gratton
Modified: 2020-08-27 17:14 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gratton 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.