Home
last modified time | relevance | path

Searched refs:is_construct_call (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c802 bool is_construct_call = JERRY_CONTEXT (current_new_target) != NULL; in ecma_op_function_call_simple() local
805 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()
/third_party/node/src/
Dnode_perf.cc335 bool is_construct_call = args.IsConstructCall(); in TimerFunctionCall() local
343 if (is_construct_call) { in TimerFunctionCall()