satyr 0.42
|
JavaScript frame structure and related routines. More...
#include "../report_type.h"
#include <json.h>
#include <stdbool.h>
#include <stdint.h>
#include <glib.h>
Go to the source code of this file.
Data Structures | |
struct | sr_js_frame |
Functions | |
struct sr_js_frame * | sr_js_frame_new (void) |
void | sr_js_frame_init (struct sr_js_frame *frame) |
void | sr_js_frame_free (struct sr_js_frame *frame) |
struct sr_js_frame * | sr_js_frame_dup (struct sr_js_frame *frame, bool siblings) |
int | sr_js_frame_cmp (struct sr_js_frame *frame1, struct sr_js_frame *frame2) |
int | sr_js_frame_cmp_distance (struct sr_js_frame *frame1, struct sr_js_frame *frame2) |
struct sr_js_frame * | sr_js_frame_append (struct sr_js_frame *dest, struct sr_js_frame *item) |
struct sr_js_frame * | sr_js_frame_parse (const char **input, struct sr_location *location) |
struct sr_js_frame * | sr_js_frame_parse_v8 (const char **input, struct sr_location *location) |
char * | sr_js_frame_to_json (struct sr_js_frame *frame) |
struct sr_js_frame * | sr_js_frame_from_json (json_object *root, char **error_message) |
void | sr_js_frame_append_to_str (struct sr_js_frame *frame, GString *dest) |
JavaScript frame structure and related routines.
Definition in file js/frame.h.