/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_hobject_props.c | 215 DUK_LOCAL duk_uint32_t duk__count_used_e_keys(duk_hthread *thr, duk_hobject *obj) { in duk__count_used_e_keys() 237 DUK_LOCAL void duk__compute_a_stats(duk_hthread *thr, duk_hobject *obj, duk_uint32_t *out_used, duk… in duk__compute_a_stats() 318 DUK_INTERNAL duk_bool_t duk_hobject_proxy_check(duk_hthread *thr, duk_hobject *obj, duk_hobject **o… in duk_hobject_proxy_check() 366 DUK_INTERNAL duk_hobject *duk_hobject_resolve_proxy_target(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_resolve_proxy_target() 393 DUK_LOCAL duk_bool_t duk__proxy_check_prop(duk_hthread *thr, duk_hobject *obj, duk_small_uint_t str… in duk__proxy_check_prop() 489 duk_hobject *obj, in duk__realloc_props() 939 DUK_LOCAL void duk__grow_props_for_new_entry_item(duk_hthread *thr, duk_hobject *obj) { in duk__grow_props_for_new_entry_item() 969 DUK_LOCAL void duk__grow_props_for_array_item(duk_hthread *thr, duk_hobject *obj, duk_uint32_t high… in duk__grow_props_for_array_item() 993 DUK_LOCAL void duk__abandon_array_checked(duk_hthread *thr, duk_hobject *obj) { in duk__abandon_array_checked() 1043 DUK_INTERNAL void duk_hobject_compact_props(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_compact_props() [all …]
|
D | duk_api_object.c | 267 duk_hobject *obj; in duk_xdef_prop() local 285 duk_hobject *obj; in duk_xdef_prop_index() local 298 duk_hobject *obj; in duk_xdef_prop_stridx() local 317 duk_hobject *obj; in duk_xdef_prop_stridx_builtin() local 343 duk_hobject *obj = duk_require_hobject(ctx, obj_index); in duk_xdef_prop_stridx_thrower() local 352 duk_hobject *obj; in duk_def_prop() local 443 duk_hobject *obj; in duk_compact() local 547 duk_hobject *obj; in duk_get_prototype() local 567 duk_hobject *obj; in duk_set_prototype() local
|
D | duk_bi_object.c | 200 duk_hobject *obj; in duk_bi_object_constructor_define_property() local 272 duk_hobject *obj; in duk_bi_object_constructor_define_properties() local 428 duk_hobject *obj; in duk_bi_object_constructor_keys_shared() local
|
D | duk_heap_refcount.c | 188 DUK_LOCAL void duk__refcount_run_torture_finalizer(duk_hthread *thr, duk_hobject *obj) { in duk__refcount_run_torture_finalizer() 262 duk_hobject *obj; in duk__refzero_free_pending() local
|
D | duk_error_augment.c | 448 …ck, const char *c_filename, duk_int_t c_line, duk_small_int_t noblame_fileline, duk_hobject *obj) { in duk__err_augment_builtin_create() 507 duk_hobject *obj; in duk_err_augment_error_create() local
|
D | duk_hobject_finalizer.c | 55 DUK_INTERNAL void duk_hobject_run_finalizer(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_run_finalizer()
|
D | duk_hnativefunction.h | 13 duk_hobject obj; member
|
D | duk_hobject_alloc.c | 11 DUK_LOCAL void duk__init_object_parts(duk_heap *heap, duk_hobject *obj, duk_uint_t hobject_flags) { in duk__init_object_parts()
|
D | duk_bi_function.c | 116 duk_hobject *obj = DUK_TVAL_GET_OBJECT(tv); in duk_bi_function_prototype_to_string() local
|
D | duk_heap_markandsweep.c | 953 duk_hobject *obj = duk_get_hobject(ctx, -1); local 968 duk_hobject *obj; local
|
D | duk_hbufferobject.h | 97 duk_hobject obj; member
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_hobject_props.c | 215 DUK_LOCAL duk_uint32_t duk__count_used_e_keys(duk_hthread *thr, duk_hobject *obj) { in duk__count_used_e_keys() 237 DUK_LOCAL void duk__compute_a_stats(duk_hthread *thr, duk_hobject *obj, duk_uint32_t *out_used, duk… in duk__compute_a_stats() 318 DUK_INTERNAL duk_bool_t duk_hobject_proxy_check(duk_hthread *thr, duk_hobject *obj, duk_hobject **o… in duk_hobject_proxy_check() 366 DUK_INTERNAL duk_hobject *duk_hobject_resolve_proxy_target(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_resolve_proxy_target() 393 DUK_LOCAL duk_bool_t duk__proxy_check_prop(duk_hthread *thr, duk_hobject *obj, duk_small_uint_t str… in duk__proxy_check_prop() 489 duk_hobject *obj, in duk__realloc_props() 944 DUK_LOCAL void duk__grow_props_for_new_entry_item(duk_hthread *thr, duk_hobject *obj) { in duk__grow_props_for_new_entry_item() 974 DUK_LOCAL void duk__grow_props_for_array_item(duk_hthread *thr, duk_hobject *obj, duk_uint32_t high… in duk__grow_props_for_array_item() 998 DUK_LOCAL void duk__abandon_array_checked(duk_hthread *thr, duk_hobject *obj) { in duk__abandon_array_checked() 1048 DUK_INTERNAL void duk_hobject_compact_props(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_compact_props() [all …]
|
D | duk_api_object.c | 267 duk_hobject *obj; in duk_xdef_prop() local 285 duk_hobject *obj; in duk_xdef_prop_index() local 298 duk_hobject *obj; in duk_xdef_prop_stridx() local 317 duk_hobject *obj; in duk_xdef_prop_stridx_builtin() local 343 duk_hobject *obj = duk_require_hobject(ctx, obj_index); in duk_xdef_prop_stridx_thrower() local 352 duk_hobject *obj; in duk_def_prop() local 443 duk_hobject *obj; in duk_compact() local 547 duk_hobject *obj; in duk_get_prototype() local 567 duk_hobject *obj; in duk_set_prototype() local
|
D | duk_bi_object.c | 200 duk_hobject *obj; in duk_bi_object_constructor_define_property() local 272 duk_hobject *obj; in duk_bi_object_constructor_define_properties() local 428 duk_hobject *obj; in duk_bi_object_constructor_keys_shared() local
|
D | duk_error_augment.c | 448 …ck, const char *c_filename, duk_int_t c_line, duk_small_int_t noblame_fileline, duk_hobject *obj) { in duk__err_augment_builtin_create() 507 duk_hobject *obj; in duk_err_augment_error_create() local
|
D | duk_heap_refcount.c | 188 DUK_LOCAL void duk__refcount_run_torture_finalizer(duk_hthread *thr, duk_hobject *obj) { in duk__refcount_run_torture_finalizer() 262 duk_hobject *obj; in duk__refzero_free_pending() local
|
D | duk_hobject_finalizer.c | 55 DUK_INTERNAL void duk_hobject_run_finalizer(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_run_finalizer()
|
D | duk_hnativefunction.h | 13 duk_hobject obj; member
|
D | duk_hobject_alloc.c | 11 DUK_LOCAL void duk__init_object_parts(duk_heap *heap, duk_hobject *obj, duk_uint_t hobject_flags) { in duk__init_object_parts()
|
D | duk_bi_function.c | 116 duk_hobject *obj = DUK_TVAL_GET_OBJECT(tv); in duk_bi_function_prototype_to_string() local
|
D | duk_heap_markandsweep.c | 943 duk_hobject *obj = duk_get_hobject(ctx, -1); local 958 duk_hobject *obj; local
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lobject.h | 188 #define righttt(obj) (ttype(obj) == gcvalue(obj)->tt) argument 190 #define checkliveness(L,obj) \ argument 198 #define setfltvalue(obj,x) \ argument 201 #define chgfltvalue(obj,x) \ argument 204 #define setivalue(obj,x) \ argument 207 #define chgivalue(obj,x) \ argument 210 #define setnilvalue(obj) settt_(obj, LUA_TNIL) argument 212 #define setfvalue(obj,x) \ argument 215 #define setpvalue(obj,x) \ argument 218 #define setbvalue(obj,x) \ argument [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | lobject.h | 108 #define checkconsistency(obj) \ argument 111 #define checkliveness(g,obj) \ argument 117 #define setnilvalue(obj) ((obj)->tt=LUA_TNIL) argument 119 #define setnvalue(obj,x) \ argument 122 #define setpvalue(obj,x) \ argument 125 #define setbvalue(obj,x) \ argument 128 #define setsvalue(L,obj,x) \ argument 133 #define setuvalue(L,obj,x) \ argument 138 #define setthvalue(L,obj,x) \ argument 143 #define setclvalue(L,obj,x) \ argument [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lobject.h | 177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) argument 179 #define checkliveness(g,obj) \ argument 187 #define setnvalue(obj,x) \ argument 190 #define setnilvalue(obj) settt_(obj, LUA_TNIL) argument 192 #define setfvalue(obj,x) \ argument 195 #define setpvalue(obj,x) \ argument 198 #define setbvalue(obj,x) \ argument 201 #define setgcovalue(L,obj,x) \ argument 205 #define setsvalue(L,obj,x) \ argument 211 #define setuvalue(L,obj,x) \ argument [all …]
|
/civetweb-2.7.6/examples/rest/ |
D | rest.c | 60 cJSON *obj = cJSON_CreateObject(); in ExampleGET() local 96 cJSON *obj, *elem; in ExamplePUT() local
|