Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc1071 int next_objs_index = 0; in TEST() local
1074 objs[next_objs_index++] = factory->NewJSArray(10); in TEST()
1075 objs[next_objs_index++] = in TEST()
1079 objs[next_objs_index++] = factory->NewStringFromStaticChars("abcdefghij"); in TEST()
1080 objs[next_objs_index++] = in TEST()
1088 objs[next_objs_index++] = in TEST()
1093 objs[next_objs_index++] = in TEST()
1096 CHECK_EQ(objs_count, next_objs_index); in TEST()