Home
last modified time | relevance | path

Searched refs:after_internal_count (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.c125 int after_internal_count = 0; in test_internal_prop() local
126 jerry_objects_foreach (count_objects, &after_internal_count); 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()