NamedPropertyEnumeratorCallback

Type Alias NamedPropertyEnumeratorCallback 

Source
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.

See also ObjectTemplate::set_named_property_handler.