Created js_InitGCRootClass() and js_DestroyGCRootClass() which should be
authorMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 5 Oct 2006 17:43:06 +0000 (17:43 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 5 Oct 2006 17:43:06 +0000 (17:43 +0000)
commita594bd4063c62381fc6789f829f6838636b372e5
treedf50dcbb48ceab376cdaede27c9730567e658ec1
parentdcca3ab7b49e82fe32af7ed2eb84ec79cf5b48f0
Created js_InitGCRootClass() and js_DestroyGCRootClass() which should be
called to setup the global JSObject *gcroot for use by the various classes.
js_pgsql is currenty using it.  It is important to js_DestroyGCRootClass()
before JS_DestroyContext().
mmsoftware/js/classes/js_gcroot.c [new file with mode: 0644]
mmsoftware/js/classes/js_gcroot.h [new file with mode: 0644]
mmsoftware/js/classes/js_pgsql.c