Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duktape.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
static int | eval_raw (duk_context *ctx) |
static int | tostring_raw (duk_context *ctx) |
static void | usage_exit (void) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 9 of file duktape-1.8.0/examples/eval/eval.c.
References duk_eval.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 25 of file duktape-1.8.0/examples/eval/eval.c.
References duk_create_heap_default, duk_destroy_heap(), duk_get_string(), duk_pop(), duk_push_string(), duk_safe_call(), eval_raw(), printf, tostring_raw(), and usage_exit().
|
static |
Definition at line 14 of file duktape-1.8.0/examples/eval/eval.c.
References duk_to_string().
Referenced by main().
|
static |
Definition at line 19 of file duktape-1.8.0/examples/eval/eval.c.
Referenced by main().