boa_gc

Garbage collector implementation for the Boa JavaScript engine

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Garbage collector for the Boa JavaScript engine.

Commands

boa_gc

Examples

Display garbage collector version and information$ boa_gc --version
Run garbage collection analysis on a JavaScript file$ boa_gc analyze script.js
Generate garbage collection statistics report$ boa_gc --stats output.json