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