Searched refs:DUK_HEAPHDR_GET_FLAGS (Results 1 – 12 of 12) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_debug_heap.c | 57 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 65 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 124 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 140 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e),
|
D | duk_debug_vsnprintf.c | 179 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), in duk__print_shared_heaphdr() 190 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), in duk__print_shared_heaphdr() 224 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), in duk__print_shared_heaphdr_string() 234 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), in duk__print_shared_heaphdr_string()
|
D | duk_heaphdr.h | 167 #define DUK_HEAPHDR_GET_FLAGS(h) ((h)->h_flags & DUK_HEAPHDR_FLAGS_FLAG_MASK) macro
|
D | duk_debugger.c | 2133 duk__debug_getinfo_prop_uint(thr, "heaphdr_flags", (duk_uint_t) DUK_HEAPHDR_GET_FLAGS(h)); in duk__debug_handle_get_heap_obj_info()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_debug_heap.c | 57 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 65 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 124 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 140 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e),
|
D | duk_debug_vsnprintf.c | 179 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), in duk__print_shared_heaphdr() 190 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), in duk__print_shared_heaphdr() 224 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), in duk__print_shared_heaphdr_string() 234 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), in duk__print_shared_heaphdr_string()
|
D | duk_heaphdr.h | 165 #define DUK_HEAPHDR_GET_FLAGS(h) ((h)->h_flags & DUK_HEAPHDR_FLAGS_FLAG_MASK) macro
|
D | duk_debugger.c | 2121 duk__debug_getinfo_prop_uint(thr, "heaphdr_flags", (duk_uint_t) DUK_HEAPHDR_GET_FLAGS(h)); in duk__debug_handle_get_heap_obj_info()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 3616 #define DUK_HEAPHDR_GET_FLAGS(h) ((h)->h_flags & DUK_HEAPHDR_FLAGS_FLAG_MASK) macro 35545 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35553 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35612 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 35628 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 35914 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 35925 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 35959 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 35969 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 38905 duk__debug_getinfo_prop_uint(thr, "heaphdr_flags", (duk_uint_t) DUK_HEAPHDR_GET_FLAGS(h));
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 3633 #define DUK_HEAPHDR_GET_FLAGS(h) ((h)->h_flags & DUK_HEAPHDR_FLAGS_FLAG_MASK) macro 35832 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35840 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35899 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 35915 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 36202 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 36213 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 36247 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 36257 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 39206 duk__debug_getinfo_prop_uint(thr, "heaphdr_flags", (duk_uint_t) DUK_HEAPHDR_GET_FLAGS(h));
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 3631 #define DUK_HEAPHDR_GET_FLAGS(h) ((h)->h_flags & DUK_HEAPHDR_FLAGS_FLAG_MASK) macro 35625 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35633 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35692 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 35708 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 35995 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 36006 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 36040 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 36050 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 38987 duk__debug_getinfo_prop_uint(thr, "heaphdr_flags", (duk_uint_t) DUK_HEAPHDR_GET_FLAGS(h));
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 3618 #define DUK_HEAPHDR_GET_FLAGS(h) ((h)->h_flags & DUK_HEAPHDR_FLAGS_FLAG_MASK) macro 35752 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35760 (unsigned long) DUK_HEAPHDR_GET_FLAGS(obj), 35819 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 35835 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) e), 36121 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 36132 (unsigned long) DUK_HEAPHDR_GET_FLAGS(h), 36166 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 36176 (unsigned long) DUK_HEAPHDR_GET_FLAGS((duk_heaphdr *) h), 39124 duk__debug_getinfo_prop_uint(thr, "heaphdr_flags", (duk_uint_t) DUK_HEAPHDR_GET_FLAGS(h));
|