pub fn get_internal_ref<'s, T>( scope: &mut HandleScope<'s>, source: Local<'_, Object>, index: usize, ) -> &'s mut T
Gets a previously stored Rust type from a v8 object.