Searched refs:curr_property_p (Results 1 – 1 of 1) sorted by relevance
255 const ecma_builtin_property_descriptor_t *curr_property_p = property_list_p; in ecma_builtin_get_property_count() local257 while (curr_property_p->magic_string_id != LIT_MAGIC_STRING__COUNT) in ecma_builtin_get_property_count()259 curr_property_p++; in ecma_builtin_get_property_count()262 return (size_t) (curr_property_p - property_list_p); in ecma_builtin_get_property_count()739 const ecma_builtin_property_descriptor_t *curr_property_p = property_list_p; in ecma_builtin_try_to_instantiate_property() local741 while (curr_property_p->magic_string_id != magic_string_id) in ecma_builtin_try_to_instantiate_property()743 if (curr_property_p->magic_string_id == LIT_MAGIC_STRING__COUNT) in ecma_builtin_try_to_instantiate_property()747 curr_property_p++; in ecma_builtin_try_to_instantiate_property()750 uint32_t index = (uint32_t) (curr_property_p - property_list_p); in ecma_builtin_try_to_instantiate_property()769 switch (curr_property_p->type) in ecma_builtin_try_to_instantiate_property()[all …]