Difference between revisions of "Legacy:GarbageCollect"

From Spherical
Jump to: navigation, search
(created from http://web.archive.org/web/20110731232702/http://www.spheredev.org/wiki/GarbageCollect)
(No difference)

Revision as of 02:30, 2 June 2013


GarbageCollect invokes SpiderMonkey's garbage collection routine, which will destroy any unused objects, freeing their memory.

Usage

{{{returns}}} [[API:{{{object}}}|{{{object}}}]].GarbageCollect({{{params}}});


  • param1 type. param1 description
  • param2 type. param2 description
  • paramN type. paramN description

Examples

(examples with syntaxhighlighted code)

Notes

(notes)

See also

  • see also
  • see also
  • see also
  • etc