v8

Type Alias IndexedPropertyGetterCallback

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

See [GenericNamedPropertyGetterCallback].