|
static JSValue | js_console_assert (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_console_log_common (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv, const char *log_filename) |
static JSValue | js_console_log (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_console_error (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_console_warn (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_console_exit (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_console_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
int | js_console_init (JSContext *ctx) |