Searched refs:new_unused (Results 1 – 2 of 2) sorted by relevance
2053 int new_unused = transition->unused_property_fields(); in RUNTIME_FUNCTION() local2054 int new_size = old_storage->length() + new_unused + 1; in RUNTIME_FUNCTION()
1487 int new_unused = new_map->unused_property_fields(); in AddFastPropertyUsingMap() local1490 properties()->CopySize(properties()->length() + new_unused + 1); in AddFastPropertyUsingMap()