Home
last modified time | relevance | path

Searched refs:DUK_ACT_GET_FUNC (Results 1 – 25 of 28) sorted by relevance

12

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_thread.c80 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()
Dduk_js_executor.c580 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 …]
Dduk_hthread_stacks.c152 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()
Dduk_bi_logger.c44 func_caller = DUK_ACT_GET_FUNC(act_caller); in duk_bi_logger_constructor()
Dduk_js_call.c2345 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)));
Dduk_hthread.h58 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro
Dduk_js_var.c538 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()
Dduk_error_augment.c343 func = DUK_ACT_GET_FUNC(act); in duk__add_fileline()
Dduk_api_call.c515 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic()
Dduk_heap_refcount.c133 duk_heaphdr_decref_allownull(thr, (duk_heaphdr *) DUK_ACT_GET_FUNC(act)); in duk__refcount_finalize_hobject()
Dduk_debugger.c1535 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/
Dduk_bi_thread.c80 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()
Dduk_js_executor.c580 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 …]
Dduk_hthread_stacks.c152 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()
Dduk_bi_logger.c44 func_caller = DUK_ACT_GET_FUNC(act_caller); in duk_bi_logger_constructor()
Dduk_js_call.c2341 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)));
Dduk_js_var.c535 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()
Dduk_hthread.h58 #define DUK_ACT_GET_FUNC(act) ((act)->func) macro
Dduk_error_augment.c343 func = DUK_ACT_GET_FUNC(act); in duk__add_fileline()
Dduk_api_call.c504 func = DUK_ACT_GET_FUNC(act); in duk_get_current_magic()
Dduk_heap_refcount.c133 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/
Dduktape.c6002 #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/
Dduktape.c6029 #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/
Dduktape.c6024 #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/
Dduktape.c6007 #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 …]

12