Home | History | Annotate | Download | only in cctest

Lines Matching full:descriptors_length

759   int descriptors_length = descriptors->number_of_descriptors();
760 std::vector<Handle<Map>> maps(descriptors_length);
764 for (int i = 0; i < descriptors_length; i++) {
765 maps[descriptors_length - 1 - i] = handle(map, isolate);