/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_bi_thread.c | 80 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ in duk_bi_thread_resume() 81 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… in duk_bi_thread_resume() 82 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ in duk_bi_thread_resume() 84 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); in duk_bi_thread_resume() 235 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ in duk_bi_thread_yield() 236 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… in duk_bi_thread_yield() 237 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ in duk_bi_thread_yield() 239 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); in duk_bi_thread_yield()
|
D | duk_js_executor.c | 580 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + act_idx) != NULL); in duk__reconfig_valstack_ecma_return() 581 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + act_idx))); in duk__reconfig_valstack_ecma_return() 590 h_func = (duk_hcompiledfunction *) DUK_ACT_GET_FUNC(act); in duk__reconfig_valstack_ecma_return() 617 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + act_idx) != NULL); in duk__reconfig_valstack_ecma_catcher() 618 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + act_idx))); in duk__reconfig_valstack_ecma_catcher() 623 h_func = (duk_hcompiledfunction *) DUK_ACT_GET_FUNC(act); in duk__reconfig_valstack_ecma_catcher() 674 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); in duk__handle_catch() 675 …DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - … in duk__handle_catch() 716 DUK_ASSERT(DUK_ACT_GET_FUNC(act) != NULL); in duk__handle_catch() 768 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); in duk__handle_finally() [all …]
|
D | duk_hthread_stacks.c | 152 func = DUK_ACT_GET_FUNC(act); in duk_hthread_callstack_unwind() 217 func = DUK_ACT_GET_FUNC(act); in duk_hthread_callstack_unwind() 242 duk_js_close_environment_record(thr, act->lex_env, DUK_ACT_GET_FUNC(act), act->idx_bottom); in duk_hthread_callstack_unwind() 302 tmp = DUK_ACT_GET_FUNC(act); in duk_hthread_callstack_unwind()
|
D | duk_bi_logger.c | 44 func_caller = DUK_ACT_GET_FUNC(act_caller); in duk_bi_logger_constructor()
|
D | duk_js_call.c | 2345 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + our_callstack_index) != NULL); 2346 …DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + our_callstack_index))… 2545 DUK_ASSERT(DUK_ACT_GET_FUNC(act) == func); /* already updated */ 2596 DUK_ASSERT(DUK_ACT_GET_FUNC(act) != NULL); 2597 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(act)));
|
D | duk_hthread.h | 58 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro
|
D | duk_js_var.c | 538 func = DUK_ACT_GET_FUNC(act); in duk_js_init_activation_environment_records_delayed() 854 func = DUK_ACT_GET_FUNC(act); in duk__getid_activation_regs() 973 func = DUK_ACT_GET_FUNC(act); in duk__get_identifier_reference()
|
D | duk_error_augment.c | 343 func = DUK_ACT_GET_FUNC(act); in duk__add_fileline()
|
D | duk_api_call.c | 515 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic()
|
D | duk_heap_refcount.c | 133 duk_heaphdr_decref_allownull(thr, (duk_heaphdr *) DUK_ACT_GET_FUNC(act)); in duk__refcount_finalize_hobject()
|
D | duk_debugger.c | 1535 fun = DUK_ACT_GET_FUNC(act); in duk__debug_handle_eval() 1867 fun = (duk_hcompiledfunction *) DUK_ACT_GET_FUNC(act); in duk__debug_handle_get_bytecode() 2664 fun = (duk_hcompiledfunction *) DUK_ACT_GET_FUNC(act); in duk_debug_halt_execution()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_thread.c | 80 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ in duk_bi_thread_resume() 81 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… in duk_bi_thread_resume() 82 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ in duk_bi_thread_resume() 84 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); in duk_bi_thread_resume() 235 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ in duk_bi_thread_yield() 236 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… in duk_bi_thread_yield() 237 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ in duk_bi_thread_yield() 239 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); in duk_bi_thread_yield()
|
D | duk_js_executor.c | 580 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + act_idx) != NULL); in duk__reconfig_valstack_ecma_return() 581 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + act_idx))); in duk__reconfig_valstack_ecma_return() 590 h_func = (duk_hcompiledfunction *) DUK_ACT_GET_FUNC(act); in duk__reconfig_valstack_ecma_return() 617 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + act_idx) != NULL); in duk__reconfig_valstack_ecma_catcher() 618 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + act_idx))); in duk__reconfig_valstack_ecma_catcher() 623 h_func = (duk_hcompiledfunction *) DUK_ACT_GET_FUNC(act); in duk__reconfig_valstack_ecma_catcher() 674 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); in duk__handle_catch() 675 …DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - … in duk__handle_catch() 716 DUK_ASSERT(DUK_ACT_GET_FUNC(act) != NULL); in duk__handle_catch() 768 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); in duk__handle_finally() [all …]
|
D | duk_hthread_stacks.c | 152 func = DUK_ACT_GET_FUNC(act); in duk_hthread_callstack_unwind() 217 func = DUK_ACT_GET_FUNC(act); in duk_hthread_callstack_unwind() 242 duk_js_close_environment_record(thr, act->lex_env, DUK_ACT_GET_FUNC(act), act->idx_bottom); in duk_hthread_callstack_unwind() 302 tmp = DUK_ACT_GET_FUNC(act); in duk_hthread_callstack_unwind()
|
D | duk_bi_logger.c | 44 func_caller = DUK_ACT_GET_FUNC(act_caller); in duk_bi_logger_constructor()
|
D | duk_js_call.c | 2341 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + our_callstack_index) != NULL); 2342 …DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + our_callstack_index))… 2541 DUK_ASSERT(DUK_ACT_GET_FUNC(act) == func); /* already updated */ 2592 DUK_ASSERT(DUK_ACT_GET_FUNC(act) != NULL); 2593 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(DUK_ACT_GET_FUNC(act)));
|
D | duk_js_var.c | 535 func = DUK_ACT_GET_FUNC(act); in duk_js_init_activation_environment_records_delayed() 850 func = DUK_ACT_GET_FUNC(act); in duk__getid_activation_regs() 969 func = DUK_ACT_GET_FUNC(act); in duk__get_identifier_reference()
|
D | duk_hthread.h | 58 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro
|
D | duk_error_augment.c | 343 func = DUK_ACT_GET_FUNC(act); in duk__add_fileline()
|
D | duk_api_call.c | 504 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic()
|
D | duk_heap_refcount.c | 133 duk_heaphdr_decref_allownull(thr, (duk_heaphdr *) DUK_ACT_GET_FUNC(act)); in duk__refcount_finalize_hobject()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 6002 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro 12845 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic() 32020 func_caller = DUK_ACT_GET_FUNC(act_caller); 35184 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35185 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35186 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ 35188 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); 35339 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35340 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35341 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 6029 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro 12908 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic() 32296 func_caller = DUK_ACT_GET_FUNC(act_caller); 35468 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35469 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35470 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ 35472 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); 35623 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35624 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35625 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 6024 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro 12892 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic() 32089 func_caller = DUK_ACT_GET_FUNC(act_caller); 35261 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35262 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35263 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ 35265 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); 35416 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35417 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35418 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 6007 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro 12861 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic() 32227 func_caller = DUK_ACT_GET_FUNC(act_caller); 35391 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35392 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35393 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ 35395 caller_func = DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2); 35546 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1) != NULL); /* us */ 35547 …DUK_ASSERT(DUK_HOBJECT_IS_NATIVEFUNCTION(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 1)… 35548 DUK_ASSERT(DUK_ACT_GET_FUNC(thr->callstack + thr->callstack_top - 2) != NULL); /* caller */ [all …]
|