21 #ifndef SATYR_JS_FRAME_H 22 #define SATYR_JS_FRAME_H 33 #include "../report_type.h" 43 enum sr_report_type type;
57 sr_js_frame_new(
void);
66 sr_js_frame_dup(
struct sr_js_frame *frame,
bool siblings);
72 sr_js_frame_cmp_distance(
struct sr_js_frame *frame1,
80 sr_js_frame_parse(
const char **input,
struct sr_location *location);
83 sr_js_frame_parse_v8(
const char **input,
struct sr_location *location);
89 sr_js_frame_from_json(
struct sr_json_value *root,
char **error_message);
A resizable string buffer.
A location of a parser in the input stream.