Type Alias v8::GenericNamedPropertyEnumeratorCallback
source · 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.