Searched refs:after_object_count (Results 1 – 1 of 1) sorted by relevance
111 int after_object_count = 0; in test_internal_prop() local113 jerry_objects_foreach (count_objects, &after_object_count); in test_internal_prop()115 TEST_ASSERT (after_object_count > before_object_count); in test_internal_prop()116 TEST_ASSERT ((after_object_count - before_object_count) == 1); in test_internal_prop()131 TEST_ASSERT (after_internal_count > after_object_count); in test_internal_prop()132 TEST_ASSERT ((after_internal_count - after_object_count) == 1); in test_internal_prop()