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_ret_t | duk_bi_boolean_prototype_tostring_shared (duk_context *ctx) |
DUK_INTERNAL duk_ret_t | duk_bi_boolean_constructor (duk_context *ctx) |
DUK_INTERNAL duk_ret_t duk_bi_boolean_constructor | ( | duk_context * | ctx | ) |
Definition at line 46 of file duktape-1.5.2/src-separate/duk_bi_boolean.c.
References duk_hthread::builtins, DUK_ASSERT, DUK_BIDX_BOOLEAN_PROTOTYPE, duk_dup(), duk_get_hobject(), DUK_HOBJECT_CLASS_BOOLEAN, DUK_HOBJECT_GET_PROTOTYPE, DUK_HOBJECT_SET_CLASS_NUMBER, duk_is_constructor_call(), DUK_PROPDESC_FLAGS_NONE, duk_push_this(), DUK_STRIDX_INT_VALUE, duk_to_boolean(), DUK_UNREF, duk_xdef_prop_stridx(), duk_hthread::heap, and NULL.
DUK_INTERNAL duk_ret_t duk_bi_boolean_prototype_tostring_shared | ( | duk_context * | ctx | ) |
Definition at line 10 of file duktape-1.5.2/src-separate/duk_bi_boolean.c.
References DUK_ASSERT, duk_get_current_magic(), duk_get_prop_stridx(), duk_get_tval(), DUK_HOBJECT_CLASS_BOOLEAN, DUK_HOBJECT_GET_CLASS_NUMBER, duk_is_boolean(), duk_push_this(), DUK_RET_TYPE_ERROR, DUK_STRIDX_INT_VALUE, duk_to_string(), DUK_TVAL_GET_OBJECT, DUK_TVAL_IS_BOOLEAN, DUK_TVAL_IS_OBJECT, and NULL.