Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h77 ecma_value_t ecma_op_is_concat_spreadable (ecma_value_t arg);
Decma-objects.c2894 ecma_op_is_concat_spreadable (ecma_value_t arg) /**< argument */ in ecma_op_is_concat_spreadable() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c372 ecma_value_t is_spreadable = ecma_op_is_concat_spreadable (value); in ecma_builtin_helper_array_concat_value()