menu
flujs_qjs package
documentation
wrapper/JSRuntime.dart
JSRuntime
setMemoryLimit method
setMemoryLimit method
dark_mode
light_mode
setMemoryLimit
method
void
setMemoryLimit
(
int
gcThreshold
)
Implementation
void setMemoryLimit(int gcThreshold) { JS_SetGCThreshold(_ref, gcThreshold); }
flujs_qjs package
documentation
wrapper/JSRuntime
JSRuntime
setMemoryLimit method
JSRuntime class