Type Alias v8::IndexedPropertyGetterCallback

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

See [GenericNamedPropertyGetterCallback].