Type Alias v8::IndexedPropertyDescriptorCallback

source ยท
pub type IndexedPropertyDescriptorCallback<'s> = extern "C" fn(_: u32, _: *const PropertyCallbackInfo) -> Intercepted;
Expand description

See [GenericNamedPropertyDescriptorCallback].