Home
last modified time | relevance | path

Searched refs:DUK_ACT_FLAG_CONSTRUCT (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_error.c213 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
222 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
232 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
H A Dduk_hthread.h36 #define DUK_ACT_FLAG_CONSTRUCT (1U << 2) /* function executes as a constructor (called vi… macro
H A Dduk_js_call.c1503 flags1 = (duk_small_uint_t) ((act->flags & DUK_ACT_FLAG_CONSTRUCT) ? 1 : 0) in duk__call_setup_act_attempt_tailcall()
1517 DUK_ASSERT(((act->flags & DUK_ACT_FLAG_CONSTRUCT) && (call_flags & DUK_CALL_FLAG_CONSTRUCT)) || in duk__call_setup_act_attempt_tailcall()
1518 (!(act->flags & DUK_ACT_FLAG_CONSTRUCT) && !(call_flags & DUK_CALL_FLAG_CONSTRUCT))); in duk__call_setup_act_attempt_tailcall()
1612 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_attempt_tailcall()
1732 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_not_tailcall()
H A Dduk_api_call.c377 return ((act->flags & DUK_ACT_FLAG_CONSTRUCT) != 0 ? 1 : 0); in duk_is_constructor_call()
H A Dduk_js_executor.c1637 if (thr->callstack_curr->flags & (DUK_ACT_FLAG_CONSTRUCT | DUK_ACT_FLAG_CONSTRUCT_PROXY)) { in duk__handle_return()
1641 if (thr->callstack_curr->flags & DUK_ACT_FLAG_CONSTRUCT) { in duk__handle_return()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_error.c213 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
222 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
232 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
H A Dduk_hthread.h36 #define DUK_ACT_FLAG_CONSTRUCT (1U << 2) /* function executes as a constructor (called vi… macro
H A Dduk_js_call.c1503 flags1 = (duk_small_uint_t) ((act->flags & DUK_ACT_FLAG_CONSTRUCT) ? 1 : 0) in duk__call_setup_act_attempt_tailcall()
1517 DUK_ASSERT(((act->flags & DUK_ACT_FLAG_CONSTRUCT) && (call_flags & DUK_CALL_FLAG_CONSTRUCT)) || in duk__call_setup_act_attempt_tailcall()
1518 (!(act->flags & DUK_ACT_FLAG_CONSTRUCT) && !(call_flags & DUK_CALL_FLAG_CONSTRUCT))); in duk__call_setup_act_attempt_tailcall()
1612 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_attempt_tailcall()
1732 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_not_tailcall()
H A Dduk_api_call.c377 return ((act->flags & DUK_ACT_FLAG_CONSTRUCT) != 0 ? 1 : 0); in duk_is_constructor_call()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_error.c213 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
222 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
232 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
H A Dduk_hthread.h36 #define DUK_ACT_FLAG_CONSTRUCT (1U << 2) /* function executes as a constructor (called vi… macro
H A Dduk_js_call.c1503 flags1 = (duk_small_uint_t) ((act->flags & DUK_ACT_FLAG_CONSTRUCT) ? 1 : 0) in duk__call_setup_act_attempt_tailcall()
1517 DUK_ASSERT(((act->flags & DUK_ACT_FLAG_CONSTRUCT) && (call_flags & DUK_CALL_FLAG_CONSTRUCT)) || in duk__call_setup_act_attempt_tailcall()
1518 (!(act->flags & DUK_ACT_FLAG_CONSTRUCT) && !(call_flags & DUK_CALL_FLAG_CONSTRUCT))); in duk__call_setup_act_attempt_tailcall()
1612 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_attempt_tailcall()
1732 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_not_tailcall()
H A Dduk_api_call.c377 return ((act->flags & DUK_ACT_FLAG_CONSTRUCT) != 0 ? 1 : 0); in duk_is_constructor_call()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_error.c213 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
222 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
232 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
H A Dduk_hthread.h36 #define DUK_ACT_FLAG_CONSTRUCT (1U << 2) /* function executes as a constructor (called vi… macro
H A Dduk_js_call.c1503 flags1 = (duk_small_uint_t) ((act->flags & DUK_ACT_FLAG_CONSTRUCT) ? 1 : 0) in duk__call_setup_act_attempt_tailcall()
1517 DUK_ASSERT(((act->flags & DUK_ACT_FLAG_CONSTRUCT) && (call_flags & DUK_CALL_FLAG_CONSTRUCT)) || in duk__call_setup_act_attempt_tailcall()
1518 (!(act->flags & DUK_ACT_FLAG_CONSTRUCT) && !(call_flags & DUK_CALL_FLAG_CONSTRUCT))); in duk__call_setup_act_attempt_tailcall()
1612 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_attempt_tailcall()
1732 act->flags |= DUK_ACT_FLAG_CONSTRUCT; in duk__call_setup_act_not_tailcall()
H A Dduk_api_call.c377 return ((act->flags & DUK_ACT_FLAG_CONSTRUCT) != 0 ? 1 : 0); in duk_is_constructor_call()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_error.c213 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
222 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
232 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
H A Dduk_hthread.h53 #define DUK_ACT_FLAG_CONSTRUCT (1 << 2) /* function executes as a constructor (called via… macro
H A Dduk_api_call.c461 return ((act->flags & DUK_ACT_FLAG_CONSTRUCT) != 0 ? 1 : 0); in duk_is_constructor_call()
H A Dduk_js_call.c1357 act->flags |= DUK_ACT_FLAG_CONSTRUCT;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_error.c213 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
222 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
232 (const char *) ((flags & DUK_ACT_FLAG_CONSTRUCT) ? str_construct : str_empty), in duk__error_getter_helper()
H A Dduk_hthread.h53 #define DUK_ACT_FLAG_CONSTRUCT (1 << 2) /* function executes as a constructor (called via… macro
H A Dduk_api_call.c470 return ((act->flags & DUK_ACT_FLAG_CONSTRUCT) != 0 ? 1 : 0); in duk_is_constructor_call()
H A Dduk_js_call.c1359 act->flags |= DUK_ACT_FLAG_CONSTRUCT;

123