/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_tval.h | 188 #define DUK_TVAL_SET_OBJECT(v,h) DUK__TVAL_SET_TAGGEDPOINTER((v), (h), DUK_TAG_OBJECT) macro 389 #define DUK_TVAL_SET_OBJECT(tv,hptr) do { \ macro
|
D | duk_js_call.c | 621 DUK_TVAL_SET_OBJECT(tv_caller, act_caller->func); in duk__update_func_caller_prop() 634 DUK_TVAL_SET_OBJECT(tv_caller, act_caller->func); in duk__update_func_caller_prop() 694 DUK_TVAL_SET_OBJECT(tv_this, obj_global); in duk__coerce_effective_this_binding() 2523 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */ 2630 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */
|
D | duk_js_var.c | 1257 DUK_TVAL_SET_OBJECT(&tv_tmp_obj, ref.holder); in duk__getvar_helper() 1376 DUK_TVAL_SET_OBJECT(&tv_tmp_obj, ref.holder); in duk__putvar_helper() 1398 DUK_TVAL_SET_OBJECT(&tv_tmp_obj, thr->builtins[DUK_BIDX_GLOBAL]); in duk__putvar_helper()
|
D | duk_heaphdr.h | 500 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 703 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \
|
D | duk_hthread_stacks.c | 171 DUK_TVAL_SET_OBJECT(tv_caller, act->prev_caller); in duk_hthread_callstack_unwind()
|
D | duk_api_stack.c | 3577 DUK_TVAL_SET_OBJECT(tv_slot, h); in duk_push_object_helper() 3690 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_thread_raw() 3748 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_compiledfunction() 3795 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk__push_c_function_raw() 3917 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_bufferobject_raw() 4320 DUK_TVAL_SET_OBJECT(&tv, h); in duk_push_hobject()
|
D | duk_hobject_props.c | 2407 DUK_TVAL_SET_OBJECT(tv_obj, curr); in duk_hobject_getprop() 3426 DUK_TVAL_SET_OBJECT(tv_obj, orig); in duk_hobject_putprop()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_tval.h | 188 #define DUK_TVAL_SET_OBJECT(v,h) DUK__TVAL_SET_TAGGEDPOINTER((v), (h), DUK_TAG_OBJECT) macro 389 #define DUK_TVAL_SET_OBJECT(tv,hptr) do { \ macro
|
D | duk_js_call.c | 619 DUK_TVAL_SET_OBJECT(tv_caller, act_caller->func); in duk__update_func_caller_prop() 632 DUK_TVAL_SET_OBJECT(tv_caller, act_caller->func); in duk__update_func_caller_prop() 692 DUK_TVAL_SET_OBJECT(tv_this, obj_global); in duk__coerce_effective_this_binding() 2519 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */ 2626 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */
|
D | duk_js_var.c | 1253 DUK_TVAL_SET_OBJECT(&tv_tmp_obj, ref.holder); in duk__getvar_helper() 1372 DUK_TVAL_SET_OBJECT(&tv_tmp_obj, ref.holder); in duk__putvar_helper() 1394 DUK_TVAL_SET_OBJECT(&tv_tmp_obj, thr->builtins[DUK_BIDX_GLOBAL]); in duk__putvar_helper()
|
D | duk_heaphdr.h | 498 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 698 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \
|
D | duk_hthread_stacks.c | 171 DUK_TVAL_SET_OBJECT(tv_caller, act->prev_caller); in duk_hthread_callstack_unwind()
|
D | duk_api_stack.c | 3544 DUK_TVAL_SET_OBJECT(tv_slot, h); in duk_push_object_helper() 3657 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_thread_raw() 3715 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_compiledfunction() 3762 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk__push_c_function_raw() 3884 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_bufferobject_raw() 4190 DUK_TVAL_SET_OBJECT(&tv, h); in duk_push_hobject()
|
D | duk_hobject_props.c | 2412 DUK_TVAL_SET_OBJECT(tv_obj, curr); in duk_hobject_getprop() 3431 DUK_TVAL_SET_OBJECT(tv_obj, orig); in duk_hobject_putprop()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 538 #define DUK_TVAL_SET_OBJECT(v,h) DUK__TVAL_SET_TAGGEDPOINTER((v), (h), DUK_TAG_OBJECT) macro 739 #define DUK_TVAL_SET_OBJECT(tv,hptr) do { \ macro 3949 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 4149 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 18434 DUK_TVAL_SET_OBJECT(tv_slot, h); in duk_push_object_helper() 18547 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_thread_raw() 18605 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_compiledfunction() 18652 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk__push_c_function_raw() 18774 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_bufferobject_raw() 19080 DUK_TVAL_SET_OBJECT(&tv, h); in duk_push_hobject() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 544 #define DUK_TVAL_SET_OBJECT(v,h) DUK__TVAL_SET_TAGGEDPOINTER((v), (h), DUK_TAG_OBJECT) macro 745 #define DUK_TVAL_SET_OBJECT(tv,hptr) do { \ macro 3966 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 4169 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 18598 DUK_TVAL_SET_OBJECT(tv_slot, h); in duk_push_object_helper() 18711 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_thread_raw() 18769 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_compiledfunction() 18816 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk__push_c_function_raw() 18938 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_bufferobject_raw() 19341 DUK_TVAL_SET_OBJECT(&tv, h); in duk_push_hobject() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 544 #define DUK_TVAL_SET_OBJECT(v,h) DUK__TVAL_SET_TAGGEDPOINTER((v), (h), DUK_TAG_OBJECT) macro 745 #define DUK_TVAL_SET_OBJECT(tv,hptr) do { \ macro 3964 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 4164 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 18489 DUK_TVAL_SET_OBJECT(tv_slot, h); in duk_push_object_helper() 18602 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_thread_raw() 18660 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_compiledfunction() 18707 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk__push_c_function_raw() 18829 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_bufferobject_raw() 19135 DUK_TVAL_SET_OBJECT(&tv, h); in duk_push_hobject() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 538 #define DUK_TVAL_SET_OBJECT(v,h) DUK__TVAL_SET_TAGGEDPOINTER((v), (h), DUK_TAG_OBJECT) macro 739 #define DUK_TVAL_SET_OBJECT(tv,hptr) do { \ macro 3951 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 4154 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \ 18543 DUK_TVAL_SET_OBJECT(tv_slot, h); in duk_push_object_helper() 18656 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_thread_raw() 18714 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_compiledfunction() 18761 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk__push_c_function_raw() 18883 DUK_TVAL_SET_OBJECT(tv_slot, (duk_hobject *) obj); in duk_push_bufferobject_raw() 19286 DUK_TVAL_SET_OBJECT(&tv, h); in duk_push_hobject() [all …]
|