satyr
0.28
|
Platform JavaScript platform. More...
#include <inttypes.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t | sr_js_platform_t |
Functions | |
const char * | sr_js_engine_to_string (enum sr_js_engine engine) |
enum sr_js_engine | sr_js_engine_from_string (const char *engine) |
const char * | sr_js_runtime_to_string (enum sr_js_runtime runtime) |
enum sr_js_runtime | sr_js_runtime_from_string (const char *runtime) |
sr_js_platform_t | sr_js_platform_from_string (const char *runtime_name, const char *runtime_version, char **error_message) |
char * | sr_js_platform_to_json (sr_js_platform_t platform) |
sr_js_platform_t | sr_js_platform_from_json (struct sr_json_value *root, char **error_message) |
struct sr_js_stacktrace * | sr_js_platform_parse_stacktrace (sr_js_platform_t platform, const char **input, struct sr_location *location) |
struct sr_js_frame * | sr_js_platform_parse_frame (sr_js_platform_t platform, const char **input, struct sr_location *location) |
Platform JavaScript platform.
Definition in file platform.h.