Lines Matching refs:index
2249 uint32_t index) /**< index to be written */
2258 ecma_string_t *str_idx_p = ecma_new_ecma_string_from_uint32 (index);
2349 * Get value by an index from the specified object.
2354 * @return value of the property specified by the index - if success
2359 uint32_t index) /**< index to be written */
2368 ecma_value_t ret_value = ecma_op_object_get_by_uint32_index (ecma_get_object_from_value (obj_val), index);
2462 uint32_t index, /**< index to be written */
2474 index,