javascript_runtime library
Classes
- FlutterJsPlatformEmpty
- JavascriptRuntime
- JsMemoryUsage
-
Snapshot of QuickJS
JSMemoryUsagefields used for monitoring.
Constants
- kDefaultJsMemoryLimit → const int
- Default QuickJS heap limit for all runtime construction paths.
Functions
-
normalizeJsMemoryLimit(
int? value) → int - Resolves the public memory-limit contract: zero is unlimited, while null and negative values fall back to the safe default.