|
ELinks 0.19.1
|
#include "js/spidermonkey-shared.h"
Functions | |
| void | alert_smjs_error (const char *msg) |
| void | init_smjs (struct module *module) |
| void | cleanup_smjs (struct module *module) |
| JSString * | utf8_to_jsstring (JSContext *ctx, const char *str, int length) |
| char * | jsstring_to_utf8 (JSContext *ctx, JSString *jsstr, int *length) |
Variables | |
| JSContext * | smjs_ctx |
| struct session * | smjs_ses |
| void alert_smjs_error | ( | const char * | msg | ) |
| void cleanup_smjs | ( | struct module * | module | ) |
| void init_smjs | ( | struct module * | module | ) |
| char * jsstring_to_utf8 | ( | JSContext * | ctx, |
| JSString * | jsstr, | ||
| int * | length ) |
| JSString * utf8_to_jsstring | ( | JSContext * | ctx, |
| const char * | str, | ||
| int | length ) |
|
extern |
|
extern |