Пример #1
0
// Force GC.
func (engine *Engine) ForceGC() {
	C.V8_ForceGC(engine.self)
}
Пример #2
0
func ForceGC() {
	C.V8_ForceGC()
}