Searched refs:duk_tval_decref (Results 1 – 10 of 10) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_heap_refcount.c | 75 duk_tval_decref(thr, DUK_HOBJECT_E_GET_VALUE_TVAL_PTR(thr->heap, h, i)); in duk__refcount_finalize_hobject() 80 duk_tval_decref(thr, DUK_HOBJECT_A_GET_VALUE_PTR(thr->heap, h, i)); in duk__refcount_finalize_hobject() 96 duk_tval_decref(thr, tv); in duk__refcount_finalize_hobject() 127 duk_tval_decref(thr, tv); in duk__refcount_finalize_hobject() 521 DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function
|
D | duk_heap.h | 572 DUK_INTERNAL_DECL void duk_tval_decref(duk_hthread *thr, duk_tval *tv);
|
D | duk_heaphdr.h | 343 duk_tval_decref((thr), (tv)); \
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_heap_refcount.c | 75 duk_tval_decref(thr, DUK_HOBJECT_E_GET_VALUE_TVAL_PTR(thr->heap, h, i)); in duk__refcount_finalize_hobject() 80 duk_tval_decref(thr, DUK_HOBJECT_A_GET_VALUE_PTR(thr->heap, h, i)); in duk__refcount_finalize_hobject() 96 duk_tval_decref(thr, tv); in duk__refcount_finalize_hobject() 127 duk_tval_decref(thr, tv); in duk__refcount_finalize_hobject() 525 DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function
|
D | duk_heap.h | 572 DUK_INTERNAL_DECL void duk_tval_decref(duk_hthread *thr, duk_tval *tv);
|
D | duk_heaphdr.h | 345 duk_tval_decref((thr), (tv)); \
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 3794 duk_tval_decref((thr), (tv)); \ 7224 DUK_INTERNAL_DECL void duk_tval_decref(duk_hthread *thr, duk_tval *tv); 43837 duk_tval_decref(thr, DUK_HOBJECT_E_GET_VALUE_TVAL_PTR(thr->heap, h, i)); 43842 duk_tval_decref(thr, DUK_HOBJECT_A_GET_VALUE_PTR(thr->heap, h, i)); 43858 duk_tval_decref(thr, tv); 43889 duk_tval_decref(thr, tv); 44283 DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 3811 duk_tval_decref((thr), (tv)); \ 7253 DUK_INTERNAL_DECL void duk_tval_decref(duk_hthread *thr, duk_tval *tv); 44173 duk_tval_decref(thr, DUK_HOBJECT_E_GET_VALUE_TVAL_PTR(thr->heap, h, i)); 44178 duk_tval_decref(thr, DUK_HOBJECT_A_GET_VALUE_PTR(thr->heap, h, i)); 44194 duk_tval_decref(thr, tv); 44225 duk_tval_decref(thr, tv); 44623 DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 3809 duk_tval_decref((thr), (tv)); \ 7248 DUK_INTERNAL_DECL void duk_tval_decref(duk_hthread *thr, duk_tval *tv); 43932 duk_tval_decref(thr, DUK_HOBJECT_E_GET_VALUE_TVAL_PTR(thr->heap, h, i)); 43937 duk_tval_decref(thr, DUK_HOBJECT_A_GET_VALUE_PTR(thr->heap, h, i)); 43953 duk_tval_decref(thr, tv); 43984 duk_tval_decref(thr, tv); 44378 DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 3796 duk_tval_decref((thr), (tv)); \ 7229 DUK_INTERNAL_DECL void duk_tval_decref(duk_hthread *thr, duk_tval *tv); 44078 duk_tval_decref(thr, DUK_HOBJECT_E_GET_VALUE_TVAL_PTR(thr->heap, h, i)); 44083 duk_tval_decref(thr, DUK_HOBJECT_A_GET_VALUE_PTR(thr->heap, h, i)); 44099 duk_tval_decref(thr, tv); 44130 duk_tval_decref(thr, tv); 44528 DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function
|