Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <stdio.h>
#include <stdlib.h>
#include "duktape.h"
Go to the source code of this file.
Functions | |
static duk_ret_t | do_jxpretty (duk_context *ctx) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 9 of file duktape-1.5.2/examples/jxpretty/jxpretty.c.
References duk_call(), duk_concat(), DUK_ERR_ERROR, duk_error, duk_eval_string, duk_get_top(), duk_insert(), duk_push_lstring(), duk_require_stack(), and fread().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 44 of file duktape-1.5.2/examples/jxpretty/jxpretty.c.
References do_jxpretty(), duk_create_heap_default, duk_destroy_heap(), duk_safe_call(), and duk_safe_to_string.