Searched refs:DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT (Results 1 – 9 of 9) sorted by relevance
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/ |
H A D | duk_hcompiledfunction.h | 112 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro
|
H A D | duk_api_bytecode.c | 252 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 255 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/ |
H A D | duk_hcompiledfunction.h | 112 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro
|
H A D | duk_api_bytecode.c | 252 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 255 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/ |
H A D | duktape.c | 5657 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro 11871 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 11874 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/ |
H A D | duktape.c | 5676 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro 11917 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 11920 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/ |
H A D | duktape.c | 5671 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro 11912 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 11915 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/ |
H A D | duktape.c | 5652 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro 11866 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 11869 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/ |
H A D | duktape.c | 8771 #define DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(heap,h) \ macro 15294 (long) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func))); in duk__dump_func() 15297 count_instr = (duk_uint32_t) DUK_HCOMPILEDFUNCTION_GET_CODE_COUNT(thr->heap, func); in duk__dump_func()
|