google-code-export / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

REMOVE_CLASS #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a function that do the opposite of INIT_CLASS to be used in:
  extern "C" DLLEXPORT void ModuleRelease (JSContext *cx) { ... }
(when UnloadModule is called or at the program exit)

Original issue reported on code.google.com by sou...@gmail.com on 16 Jun 2008 at 11:15

GoogleCodeExporter commented 9 years ago
I don't think it is reasonable/useful to think that a class can be easily 
removed at
runtime. How to manage instantiated classes.

Original comment by sou...@gmail.com on 9 May 2009 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 2 Jun 2011 at 10:48