Searched refs:is_construct_call (Results 1 – 2 of 2) sorted by relevance
238 Isolate* isolate, bool is_construct_call, BuiltinArguments args) { in HandleApiCallAsFunctionOrConstructor() argument246 if (is_construct_call) { in HandleApiCallAsFunctionOrConstructor()
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()