Newer
Older
minerva / Base / home / anon / Source / js / forced-gc.js
@minerva minerva on 13 Jul 52 bytes Initial commit
function foo() {
    var x = {};
    gc();
}
foo();