pub type NamedPropertyEnumeratorCallback = unsafe extern "C" fn(*const PropertyCallbackInfo<Array>);Expand description
Returns an array containing the names of the properties the named property getter intercepts.
Note: The values in the array must be of type v8::Name.