Searched refs:get_len_value (Results 1 – 1 of 1) sorted by relevance
1543 ecma_value_t get_len_value = ecma_op_object_get (target_func_p, property_name_p); in ecma_op_bound_function_try_to_lazy_instantiate_property() local1545 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (get_len_value)); in ecma_op_bound_function_try_to_lazy_instantiate_property()1546 JERRY_ASSERT (ecma_is_value_integer_number (get_len_value)); in ecma_op_bound_function_try_to_lazy_instantiate_property()1548 length = ecma_get_integer_from_value (get_len_value) - (args_length - 1); in ecma_op_bound_function_try_to_lazy_instantiate_property()