Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Variables | |
DUK_LOCAL const duk_uint8_t | duk__log_level_strings [] |
DUK_INTERNAL duk_ret_t duk_bi_logger_constructor | ( | duk_context * | ctx | ) |
Definition at line 18 of file duktape-1.5.2/src-separate/duk_bi_logger.c.
References duk_hthread::callstack, duk_hthread::callstack_top, DUK_ACT_GET_FUNC, duk_compact(), duk_dup(), duk_get_prop_stridx(), duk_get_top(), duk_is_constructor_call(), duk_is_string(), duk_push_hobject(), duk_push_this(), duk_put_prop_stridx(), duk_replace(), DUK_RET_TYPE_ERROR, duk_set_top(), DUK_STRIDX_FILE_NAME, and DUK_STRIDX_LC_N.
DUK_INTERNAL duk_ret_t duk_bi_logger_prototype_fmt | ( | duk_context * | ctx | ) |
Definition at line 75 of file duktape-1.5.2/src-separate/duk_bi_logger.c.
References duk_call_method(), duk_dup(), duk_get_prop_stridx(), duk_pop(), DUK_STRIDX_TO_LOG_STRING, and duk_to_string().
DUK_INTERNAL duk_ret_t duk_bi_logger_prototype_log_shared | ( | duk_context * | ctx | ) |
Definition at line 123 of file duktape-1.5.2/src-separate/duk_bi_logger.c.
References duk__log_level_strings, DUK_ASC_COLON, DUK_ASC_SPACE, DUK_ASSERT, duk_bi_date_format_timeval(), DUK_BI_DATE_ISO8601_BUFSIZE, duk_call_prop(), DUK_DBG_CMD_LOG, duk_dup(), duk_get_buffer(), duk_get_current_magic(), duk_get_int(), duk_get_length(), duk_get_lstring(), duk_get_prop_stridx(), duk_get_top(), duk_is_object(), duk_is_string(), DUK_MEMCPY, duk_pcall_prop(), duk_push_fixed_buffer, duk_push_hstring_stridx(), duk_push_this(), duk_replace(), DUK_STRIDX_FMT, DUK_STRIDX_LC_L, DUK_STRIDX_LC_N, DUK_STRIDX_RAW, DUK_STRLEN, duk_to_lstring(), duk_to_string(), DUK_UNREF, duk_hthread::heap, and NULL.
DUK_INTERNAL duk_ret_t duk_bi_logger_prototype_raw | ( | duk_context * | ctx | ) |
Definition at line 99 of file duktape-1.5.2/src-separate/duk_bi_logger.c.
References DUK_FFLUSH, DUK_FPUTC, DUK_FWRITE, duk_require_buffer(), DUK_STDERR, and DUK_UNREF.
DUK_LOCAL const duk_uint8_t duk__log_level_strings[] |
Definition at line 8 of file duktape-1.5.2/src-separate/duk_bi_logger.c.
Referenced by duk_bi_logger_prototype_log_shared().