mangayomi-mirror/lib/eval/javascript
NBA2K1 8b1f7fc581 Add service disposal and lifecycle cleanup
This commit improves memory management, reduces redundant interpreter
instantiation, and standardizes service usage patterns.

- Add `dispose()` to `ExtensionService` interface and implement it across
  Dart, JS, LNReader, and Mihon services.
- Replace repeated interpreter creation in `DartExtensionService` with a
  persistent `_interpreter` instance initialized once in the constructor.
- Add disposal logic for JS DOM selector and Cheerio instances to prevent
  memory leaks.
- Introduce `withExtensionService()` helper to ensure services are always
  disposed after use.
- Update call sites across the codebase to use `withExtensionService()`
  or manual try/finally disposal.
- Improve isolate service message handling by extracting `responsePort`
  earlier.
- Ensure safer defaults (e.g., returning empty lists, const lists) when
  service calls fail.
2026-01-13 01:11:19 +01:00
..
dom_selector.dart Add service disposal and lifecycle cleanup 2026-01-13 01:11:19 +01:00
extractors.dart dart format 2025-02-23 15:31:49 +01:00
http.dart dart format 2025-05-30 17:43:42 +01:00
preferences.dart + 2024-07-29 10:27:48 +01:00
service.dart Add service disposal and lifecycle cleanup 2026-01-13 01:11:19 +01:00
utils.dart refactor 2025-11-20 15:17:31 +01:00