pub fn shape_property_index( shape_id: ShapeId, property_hash: u32, ) -> Option<usize>
Look up the slot index of a property in a shape.
Consults the ambient shape table. Returns None if no scope is active.
None