Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 59) sorted by relevance

123

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject_props.c215 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 …]
Dduk_api_object.c267 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
Dduk_bi_object.c200 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
Dduk_heap_refcount.c188 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
Dduk_error_augment.c448 …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
Dduk_hobject_finalizer.c55 DUK_INTERNAL void duk_hobject_run_finalizer(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_run_finalizer()
Dduk_hnativefunction.h13 duk_hobject obj; member
Dduk_hobject_alloc.c11 DUK_LOCAL void duk__init_object_parts(duk_heap *heap, duk_hobject *obj, duk_uint_t hobject_flags) { in duk__init_object_parts()
Dduk_bi_function.c116 duk_hobject *obj = DUK_TVAL_GET_OBJECT(tv); in duk_bi_function_prototype_to_string() local
Dduk_heap_markandsweep.c953 duk_hobject *obj = duk_get_hobject(ctx, -1); local
968 duk_hobject *obj; local
Dduk_hbufferobject.h97 duk_hobject obj; member
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject_props.c215 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 …]
Dduk_api_object.c267 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
Dduk_bi_object.c200 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
Dduk_error_augment.c448 …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
Dduk_heap_refcount.c188 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
Dduk_hobject_finalizer.c55 DUK_INTERNAL void duk_hobject_run_finalizer(duk_hthread *thr, duk_hobject *obj) { in duk_hobject_run_finalizer()
Dduk_hnativefunction.h13 duk_hobject obj; member
Dduk_hobject_alloc.c11 DUK_LOCAL void duk__init_object_parts(duk_heap *heap, duk_hobject *obj, duk_uint_t hobject_flags) { in duk__init_object_parts()
Dduk_bi_function.c116 duk_hobject *obj = DUK_TVAL_GET_OBJECT(tv); in duk_bi_function_prototype_to_string() local
Dduk_heap_markandsweep.c943 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/
Dlobject.h188 #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/
Dlobject.h108 #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/
Dlobject.h177 #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/
Drest.c60 cJSON *obj = cJSON_CreateObject(); in ExampleGET() local
96 cJSON *obj, *elem; in ExamplePUT() local

123