Type Definition v8::IndexedPropertyGetterCallback
source · pub type IndexedPropertyGetterCallback<'s> = extern "C" fn(_: u32, _: *const PropertyCallbackInfo);
Expand description
IndexedPropertyGetterCallback is used as callback functions when registering a named handler particular property. See Object and ObjectTemplate’s method SetHandler.