Searched refs:after_object_count (Results 1 – 1 of 1) sorted by relevance
108 int after_object_count = 0; in test_internal_prop() local110 jerry_objects_foreach (count_objects, &after_object_count); in test_internal_prop()112 TEST_ASSERT (after_object_count > before_object_count); in test_internal_prop()113 TEST_ASSERT ((after_object_count - before_object_count) == 1); in test_internal_prop()128 TEST_ASSERT (after_internal_count > after_object_count); in test_internal_prop()129 TEST_ASSERT ((after_internal_count - after_object_count) == 1); in test_internal_prop()