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_proxy_constructor (duk_context *ctx) |
DUK_INTERNAL duk_ret_t duk_bi_proxy_constructor | ( | duk_context * | ctx | ) |
Definition at line 8 of file duktape-1.5.2/src-separate/duk_bi_proxy.c.
References DUK_ASSERT, DUK_ASSERT_TOP, duk_dup(), DUK_HOBJECT_CLASS_AS_FLAGS, DUK_HOBJECT_CLASS_OBJECT, DUK_HOBJECT_FLAG_EXOTIC_PROXYOBJ, DUK_HOBJECT_FLAG_EXTENSIBLE, DUK_HOBJECT_HAS_EXOTIC_PROXYOBJ, duk_is_constructor_call(), DUK_PROPDESC_FLAGS_NONE, duk_push_object_helper_proto(), duk_require_hobject_or_lfunc_coerce(), DUK_RET_TYPE_ERROR, DUK_STRIDX_INT_HANDLER, DUK_STRIDX_INT_TARGET, duk_xdef_prop_stridx(), and NULL.