Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | duk_hnativefunction |
Macros | |
#define | DUK_HNATIVEFUNCTION_NARGS_VARARGS ((duk_int16_t) -1) |
#define | DUK_HNATIVEFUNCTION_NARGS_MAX ((duk_int16_t) 0x7fff) |
#define DUK_HNATIVEFUNCTION_NARGS_MAX ((duk_int16_t) 0x7fff) |
Definition at line 9 of file duktape-1.5.2/src-separate/duk_hnativefunction.h.
#define DUK_HNATIVEFUNCTION_NARGS_VARARGS ((duk_int16_t) -1) |
Definition at line 8 of file duktape-1.5.2/src-separate/duk_hnativefunction.h.