Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.h119 uint32_t ecma_array_get_length (ecma_object_t *array_p);
Decma-array-object.c1192 ecma_array_get_length (ecma_object_t *array_p) /**< array object */ in ecma_array_get_length() function
Decma-objects.c900 *length_p = ecma_array_get_length (object_p); in ecma_op_object_get_length()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c398 uint32_t arg_len = ecma_array_get_length (obj_p); in ecma_builtin_helper_array_concat_value()
/third_party/jerryscript/jerry-core/api/
Djerry.c1870 return ecma_array_get_length (object_p); in jerry_get_array_length()