Exemplo n.º 1
0
// Force GC.
func (engine *Engine) ForceGC() {
	C.V8_ForceGC(engine.self)
}
Exemplo n.º 2
0
func ForceGC() {
	C.V8_ForceGC()
}