Sprint 1.4: Add fast path for typed array element access
Extended the integer index fast path to typed array operations:
- Added fast path for Int/Float indices in typed array get
- Added fast path for Int/Float indices in typed array set
- Matches the pattern used for regular array access
The typed array length was already cached in the Data_typed_array
record, so no additional caching was needed there.
Tests: 176/176 runtime tests passing, 52,631/52,631 Test262 passing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>