A D | duktape.c | 11651 #define DUK__STRINIT(heaphdr_flags,refcount,hash32,hash16,blen,clen,next) \ argument 11652 …{ { (heaphdr_flags) | ((hash16) << 16), DUK__REFCINIT((refcount)), (blen), (duk_hstring *) DUK_LOS… 11654 #define DUK__STRINIT(heaphdr_flags,refcount,hash32,hash16,blen,clen,next) \ argument 11655 …{ { (heaphdr_flags) | ((hash16) << 16), DUK__REFCINIT((refcount)), (blen), (duk_hstring *) DUK_LOS… 11658 #define DUK__STRINIT(heaphdr_flags,refcount,hash32,hash16,blen,clen,next) \ argument 11659 …{ { (heaphdr_flags), DUK__REFCINIT((refcount)), (duk_hstring *) DUK_LOSE_CONST((next)) }, (hash32)… 12523 #define DUK__ROMOBJ_INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,a… argument 12524 …{ { { (heaphdr_flags), DUK__REFCINIT((refcount)), 0, 0, (props_enc16) }, (iproto_enc16), (esize), … 12525 #define DUK__ROMARR_INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,a… argument 12532 #define DUK__ROMOBJ_INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,a… argument [all …]
|