Bug 215906
| Summary: | [GTK] JSCValue type enum | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Gratton <mike> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P3 | Keywords: | Gtk |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Gratton
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |