Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Functions | |
DUK_INTERNAL duk_hobject * | duk_error_prototype_from_code (duk_hthread *thr, duk_errcode_t code) |
DUK_INTERNAL void | duk_err_setup_heap_ljstate (duk_hthread *thr, duk_small_int_t lj_type) |
DUK_INTERNAL void duk_err_setup_heap_ljstate | ( | duk_hthread * | thr, |
duk_small_int_t | lj_type ) |
Definition at line 74 of file duktape-1.5.2/src-separate/duk_error_misc.c.
References duk_hthread::builtins, DUK_ASSERT, DUK_BIDX_DOUBLE_ERROR, DUK_D, DUK_DPRINT, duk_get_hobject(), DUK_LJ_TYPE_THROW, duk_pop(), DUK_TVAL_SET_TVAL_UPDREF, fatal(), duk_hthread::heap, duk_heap::lj, duk_ljstate::type, duk_hthread::valstack, duk_hthread::valstack_top, and duk_ljstate::value1.
DUK_INTERNAL duk_hobject * duk_error_prototype_from_code | ( | duk_hthread * | thr, |
duk_errcode_t | code ) |
Definition at line 43 of file duktape-1.5.2/src-separate/duk_error_misc.c.
References duk_hthread::builtins, DUK_BIDX_ERROR_PROTOTYPE, DUK_BIDX_EVAL_ERROR_PROTOTYPE, DUK_BIDX_RANGE_ERROR_PROTOTYPE, DUK_BIDX_REFERENCE_ERROR_PROTOTYPE, DUK_BIDX_SYNTAX_ERROR_PROTOTYPE, DUK_BIDX_TYPE_ERROR_PROTOTYPE, DUK_BIDX_URI_ERROR_PROTOTYPE, DUK_ERR_ALLOC_ERROR, DUK_ERR_API_ERROR, DUK_ERR_ASSERTION_ERROR, DUK_ERR_ERROR, DUK_ERR_EVAL_ERROR, DUK_ERR_INTERNAL_ERROR, DUK_ERR_RANGE_ERROR, DUK_ERR_REFERENCE_ERROR, DUK_ERR_SYNTAX_ERROR, DUK_ERR_TYPE_ERROR, DUK_ERR_UNIMPLEMENTED_ERROR, and DUK_ERR_URI_ERROR.