Home
last modified time | relevance | path

Searched refs:DUK_TVAL_SET_OBJECT (Results 1 – 18 of 18) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_tval.h188 #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
Dduk_js_call.c621 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 */
Dduk_js_var.c1257 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()
Dduk_heaphdr.h500 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \
703 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \
Dduk_hthread_stacks.c171 DUK_TVAL_SET_OBJECT(tv_caller, act->prev_caller); in duk_hthread_callstack_unwind()
Dduk_api_stack.c3577 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()
Dduk_hobject_props.c2407 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/
Dduk_tval.h188 #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
Dduk_js_call.c619 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 */
Dduk_js_var.c1253 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()
Dduk_heaphdr.h498 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \
698 DUK_TVAL_SET_OBJECT(tv__dst, (newval)); \
Dduk_hthread_stacks.c171 DUK_TVAL_SET_OBJECT(tv_caller, act->prev_caller); in duk_hthread_callstack_unwind()
Dduk_api_stack.c3544 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()
Dduk_hobject_props.c2412 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/
Dduktape.c538 #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/
Dduktape.c544 #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/
Dduktape.c544 #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/
Dduktape.c538 #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 …]