Home
last modified time | relevance | path

Searched refs:DUK_HSTRING_HAS_EXTDATA (Results 1 – 10 of 10) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hstring.h55 #define DUK_HSTRING_HAS_EXTDATA(x) DUK_HEAPHDR_CHECK_FLAG_BITS(&(x)->hdr, DUK_HSTR… macro
124 (DUK_HSTRING_HAS_EXTDATA((x)) ? \
Dduk_heap_alloc.c79 if (DUK_HSTRING_HAS_EXTDATA(h)) { in duk_free_hstring_inner()
Dduk_heap_stringtable.c122 (long) (DUK_HSTRING_HAS_EXTDATA(res) ? 1 : 0))); in duk__alloc_init_hstring()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hstring.h55 #define DUK_HSTRING_HAS_EXTDATA(x) DUK_HEAPHDR_CHECK_FLAG_BITS(&(x)->hdr, DUK_HSTR… macro
124 (DUK_HSTRING_HAS_EXTDATA((x)) ? \
Dduk_heap_alloc.c79 if (DUK_HSTRING_HAS_EXTDATA(h)) { in duk_free_hstring_inner()
Dduk_heap_stringtable.c122 (long) (DUK_HSTRING_HAS_EXTDATA(res) ? 1 : 0))); in duk__alloc_init_hstring()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c4450 #define DUK_HSTRING_HAS_EXTDATA(x) DUK_HEAPHDR_CHECK_FLAG_BITS(&(x)->hdr, DUK_HSTR… macro
4519 (DUK_HSTRING_HAS_EXTDATA((x)) ? \
40795 if (DUK_HSTRING_HAS_EXTDATA(h)) {
44796 (long) (DUK_HSTRING_HAS_EXTDATA(res) ? 1 : 0)));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c4472 #define DUK_HSTRING_HAS_EXTDATA(x) DUK_HEAPHDR_CHECK_FLAG_BITS(&(x)->hdr, DUK_HSTR… macro
4541 (DUK_HSTRING_HAS_EXTDATA((x)) ? \
41104 if (DUK_HSTRING_HAS_EXTDATA(h)) {
45144 (long) (DUK_HSTRING_HAS_EXTDATA(res) ? 1 : 0)));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c4467 #define DUK_HSTRING_HAS_EXTDATA(x) DUK_HEAPHDR_CHECK_FLAG_BITS(&(x)->hdr, DUK_HSTR… macro
4536 (DUK_HSTRING_HAS_EXTDATA((x)) ? \
40885 if (DUK_HSTRING_HAS_EXTDATA(h)) {
44893 (long) (DUK_HSTRING_HAS_EXTDATA(res) ? 1 : 0)));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c4455 #define DUK_HSTRING_HAS_EXTDATA(x) DUK_HEAPHDR_CHECK_FLAG_BITS(&(x)->hdr, DUK_HSTR… macro
4524 (DUK_HSTRING_HAS_EXTDATA((x)) ? \
41014 if (DUK_HSTRING_HAS_EXTDATA(h)) {
45047 (long) (DUK_HSTRING_HAS_EXTDATA(res) ? 1 : 0)));