// Force GC. func (engine *Engine) ForceGC() { C.V8_ForceGC(engine.self) }
func ForceGC() { C.V8_ForceGC() }