Home
last modified time | relevance | path

Searched refs:target_maps_count (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc121 int target_maps_count = 0; in GeneralizeAllTransitionsToFieldAsMutable() local
136 target_maps[target_maps_count++] = handle(target, isolate); in GeneralizeAllTransitionsToFieldAsMutable()
142 CHECK_LE(target_maps_count, kPropertyAttributesCombinationsCount); in GeneralizeAllTransitionsToFieldAsMutable()
145 for (int i = 0; i < target_maps_count; i++) { in GeneralizeAllTransitionsToFieldAsMutable()

Completed in 5 milliseconds