Home
last modified time | relevance | path

Searched refs:js_free (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsgc.c12 js_free(J, env); in jsG_freeenvironment()
17 js_free(J, fun->funtab); in jsG_freefunction()
18 js_free(J, fun->numtab); in jsG_freefunction()
19 js_free(J, fun->strtab); in jsG_freefunction()
20 js_free(J, fun->vartab); in jsG_freefunction()
21 js_free(J, fun->code); in jsG_freefunction()
22 js_free(J, fun); in jsG_freefunction()
29 js_free(J, node); in jsG_freeproperty()
36 js_free(J, node); in jsG_freeiterator()
53 js_free(J, obj); in jsG_freeobject()
[all …]
H A Djsfunction.c16 js_free(J, sb); in jsB_Function()
39 js_free(J, sb); in jsB_Function()
63 js_free(J, sb); in Fp_toString()
79 js_free(J, sb); in Fp_toString()
82 js_free(J, sb); in Fp_toString()
93 js_free(J, sb); in Fp_toString()
H A Djsstring.c123 js_free(J, out); in Sp_concat()
136 js_free(J, out); in Sp_concat()
243 js_free(J, dst); in Sp_toLowerCase()
248 js_free(J, dst); in Sp_toLowerCase()
265 js_free(J, dst); in Sp_toUpperCase()
270 js_free(J, dst); in Sp_toUpperCase()
300 js_free(J, s); in S_fromCharCode()
312 js_free(J, s); in S_fromCharCode()
482 js_free(J, sb); in Sp_replace_regexp()
487 js_free(J, sb); in Sp_replace_regexp()
[all …]
H A Dpp.c64 js_free(J, s); in js_ppfile()
72 js_free(J, s); in js_ppfile()
79 js_free(J, s); in js_ppfile()
H A Djsbuiltin.c107 js_free(J, sb); in Encode()
125 js_free(J, sb); in Encode()
134 js_free(J, sb); in Decode()
163 js_free(J, sb); in Decode()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsgc.c10 js_free(J, env); in jsG_freeenvironment()
15 js_free(J, fun->funtab); in jsG_freefunction()
16 js_free(J, fun->numtab); in jsG_freefunction()
17 js_free(J, fun->strtab); in jsG_freefunction()
18 js_free(J, fun->vartab); in jsG_freefunction()
19 js_free(J, fun->code); in jsG_freefunction()
20 js_free(J, fun); in jsG_freefunction()
27 js_free(J, node); in jsG_freeproperty()
34 js_free(J, node); in jsG_freeiterator()
51 js_free(J, obj); in jsG_freeobject()
[all …]
H A Djsfunction.c16 js_free(J, sb); in jsB_Function()
39 js_free(J, sb); in jsB_Function()
63 js_free(J, sb); in Fp_toString()
79 js_free(J, sb); in Fp_toString()
82 js_free(J, sb); in Fp_toString()
93 js_free(J, sb); in Fp_toString()
H A Djsstring.c131 js_free(J, out); in Sp_concat()
144 js_free(J, out); in Sp_concat()
251 js_free(J, dst); in Sp_toLowerCase()
256 js_free(J, dst); in Sp_toLowerCase()
273 js_free(J, dst); in Sp_toUpperCase()
278 js_free(J, dst); in Sp_toUpperCase()
308 js_free(J, s); in S_fromCharCode()
320 js_free(J, s); in S_fromCharCode()
491 js_free(J, sb); in Sp_replace_regexp()
496 js_free(J, sb); in Sp_replace_regexp()
[all …]
H A Dpp.c64 js_free(J, s); in js_ppfile()
72 js_free(J, s); in js_ppfile()
79 js_free(J, s); in js_ppfile()
H A Djsbuiltin.c107 js_free(J, sb); in Encode()
125 js_free(J, sb); in Encode()
134 js_free(J, sb); in Decode()
163 js_free(J, sb); in Decode()
/dports/lang/mujs/mujs-1.2.0/
H A Djsgc.c10 js_free(J, env); in jsG_freeenvironment()
15 js_free(J, fun->funtab); in jsG_freefunction()
16 js_free(J, fun->vartab); in jsG_freefunction()
17 js_free(J, fun->code); in jsG_freefunction()
18 js_free(J, fun); in jsG_freefunction()
25 js_free(J, node); in jsG_freeproperty()
32 js_free(J, node); in jsG_freeiterator()
42 js_free(J, obj->u.r.source); in jsG_freeobject()
51 js_free(J, obj); in jsG_freeobject()
231 js_free(J, str); in js_gc()
[all …]
H A Djsfunction.c16 js_free(J, sb); in jsB_Function()
39 js_free(J, sb); in jsB_Function()
63 js_free(J, sb); in Fp_toString()
79 js_free(J, sb); in Fp_toString()
82 js_free(J, sb); in Fp_toString()
93 js_free(J, sb); in Fp_toString()
H A Djsstring.c129 js_free(J, out); in Sp_concat()
149 js_free(J, out); in Sp_concat()
250 js_free(J, dst); in Sp_toLowerCase()
264 js_free(J, dst); in Sp_toLowerCase()
275 js_free(J, dst); in Sp_toUpperCase()
289 js_free(J, dst); in Sp_toUpperCase()
318 js_free(J, s); in S_fromCharCode()
332 js_free(J, s); in S_fromCharCode()
503 js_free(J, sb); in Sp_replace_regexp()
508 js_free(J, sb); in Sp_replace_regexp()
[all …]
H A Dpp.c36 js_free(J, s); in js_ppfile()
70 js_free(J, s); in js_ppfile()
80 js_free(J, s); in js_ppfile()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCThrower.cpp74 if (sz && sz != format) js_free(sz); in Throw()
112 if (sz) js_free(sz); in ThrowBadResult()
131 if (sz) js_free(sz); in ThrowBadParam()
153 if (own) js_free(*psz); in Verbosify()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCThrower.cpp88 js_free(sz); in Throw()
135 js_free(sz); in ThrowBadResult()
159 js_free(sz); in ThrowBadParam()
184 js_free(*psz); in Verbosify()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCThrower.cpp88 js_free(sz); in Throw()
135 js_free(sz); in ThrowBadResult()
159 js_free(sz); in ThrowBadParam()
184 js_free(*psz); in Verbosify()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCThrower.cpp88 js_free(sz); in Throw()
135 js_free(sz); in ThrowBadResult()
159 js_free(sz); in ThrowBadParam()
184 js_free(*psz); in Verbosify()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCThrower.cpp88 js_free(sz); in Throw()
135 js_free(sz); in ThrowBadResult()
159 js_free(sz); in ThrowBadParam()
184 js_free(*psz); in Verbosify()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscntxt.cpp445 js_free(message); in ReportErrorVA()
446 js_free(ucmessage); in ReportErrorVA()
657 js_free(buffer); in ExpandErrorArgumentsVA()
677 js_free(buffer); in ExpandErrorArgumentsVA()
728 js_free((void*)reportp->ucmessage); in ExpandErrorArgumentsVA()
732 js_free((void*)*messagep); in ExpandErrorArgumentsVA()
762 js_free(message); in ReportErrorNumberVA()
773 js_free((void*)report.messageArgs); in ReportErrorNumberVA()
775 js_free((void*)report.ucmessage); in ReportErrorNumberVA()
817 js_free(message); in ReportErrorNumberUCArray()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DUtility.h226 static inline void js_free(void* p) in js_free() function
355 js_free(const_cast<T*>(p)); in js_delete()
366 js_free(const_cast<T*>(p)); in js_delete_poison()
422 static void release(T* ptr) { js_free(ptr); } in release()
455 js_free(const_cast<void*>(ptr)); in operator()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DUtility.h226 static inline void js_free(void* p) in js_free() function
355 js_free(const_cast<T*>(p)); in js_delete()
366 js_free(const_cast<T*>(p)); in js_delete_poison()
422 static void release(T* ptr) { js_free(ptr); } in release()
455 js_free(const_cast<void*>(ptr)); in operator()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCHelperState.h57 for (void** p = array; p != end; ++p) js_free(*p); in freeElementsAndArray()
58 js_free(array); in freeElementsAndArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DUtility.h255 static inline void js_free(void* p) in js_free() function
384 js_free(const_cast<T*>(p)); in js_delete()
395 js_free(const_cast<T*>(p)); in js_delete_poison()
451 static void release(T* ptr) { js_free(ptr); } in release()
492 js_free(const_cast<void*>(ptr)); in operator()
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DAllocPolicy.h52 void free_(void* p) { js_free(p); } in free_()
128 void free_(void* p) { js_free(p); } in free_()
173 void free_(void* p) { js_free(p); } in free_()

12345678910>>...24