Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c1632 bool append_caller_and_arguments = !(bytecode_data_p->status_flags & CBC_CODE_FLAGS_STRICT_MODE); in ecma_op_function_list_lazy_property_names() local
1634 bool append_caller_and_arguments = (bytecode_data_p->status_flags & CBC_CODE_FLAGS_STRICT_MODE); in ecma_op_function_list_lazy_property_names() local
1637 if (append_caller_and_arguments) in ecma_op_function_list_lazy_property_names()