pub type GenericNamedPropertyEnumeratorCallback<'s> = extern "C" fn(_: *const PropertyCallbackInfo);
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.

See also ObjectTemplate::set_named_property_handler.