Searched refs:is_construct_call (Results 1 – 2 of 2) sorted by relevance
802 bool is_construct_call = JERRY_CONTEXT (current_new_target) != NULL; in ecma_op_function_call_simple() local805 if (!is_construct_call && (status_flags & CBC_CODE_FLAGS_CLASS_CONSTRUCTOR)) in ecma_op_function_call_simple()810 if ((status_flags & CBC_CODE_FLAGS_GENERATOR) && is_construct_call) in ecma_op_function_call_simple()
335 bool is_construct_call = args.IsConstructCall(); in TimerFunctionCall() local343 if (is_construct_call) { in TimerFunctionCall()