boa_gc

Garbage collector for the Boa JavaScript engine.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Garbage collector for the Boa JavaScript engine.

Commands

boa_gc

Examples

run garbage collection on JavaScript files$ boa_gc script.js
collect garbage in multiple JavaScript files$ boa_gc file1.js file2.js file3.js
show garbage collection statistics$ boa_gc --stats script.js
enable verbose output during garbage collection$ boa_gc --verbose script.js
view help and available garbage collection options$ boa_gc --help