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_pointer_constructor (duk_context *ctx) |
DUK_INTERNAL duk_ret_t | duk_bi_pointer_prototype_tostring_shared (duk_context *ctx) |
DUK_INTERNAL duk_ret_t duk_bi_pointer_constructor | ( | duk_context * | ctx | ) |
Definition at line 11 of file duktape-1.5.2/src-separate/duk_bi_pointer.c.
References DUK_ASSERT, DUK_BIDX_POINTER_PROTOTYPE, duk_dup(), duk_get_top(), DUK_HOBJECT_CLASS_AS_FLAGS, DUK_HOBJECT_CLASS_POINTER, DUK_HOBJECT_FLAG_EXTENSIBLE, duk_is_constructor_call(), duk_is_pointer(), DUK_PROPDESC_FLAGS_NONE, duk_push_object_helper(), duk_push_pointer(), duk_set_top(), DUK_STRIDX_INT_VALUE, duk_to_pointer(), duk_xdef_prop_stridx(), and NULL.
DUK_INTERNAL duk_ret_t duk_bi_pointer_prototype_tostring_shared | ( | duk_context * | ctx | ) |
Definition at line 43 of file duktape-1.5.2/src-separate/duk_bi_pointer.c.
References DUK_ASSERT, duk_get_current_magic(), duk_get_prop_stridx(), DUK_HOBJECT_CLASS_POINTER, DUK_HOBJECT_GET_CLASS_NUMBER, duk_push_this(), duk_require_tval(), DUK_RET_TYPE_ERROR, DUK_STRIDX_INT_VALUE, duk_to_string(), DUK_TVAL_GET_OBJECT, DUK_TVAL_IS_OBJECT, DUK_TVAL_IS_POINTER, and NULL.