Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-api.cc238 Isolate* isolate, bool is_construct_call, BuiltinArguments args) { in HandleApiCallAsFunctionOrConstructor() argument
246 if (is_construct_call) { in HandleApiCallAsFunctionOrConstructor()
/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()