the value to return if the object has NULL names.
For vectorization purpose, set this to character(1L).
Details
This function is used in vectorization when the names of an object
is to be supplied. NULL value will break the vectorization while
setting def = character(1L) makes the names vectorizable.