Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 33 by
rswa...@gmail.com: could I custom create object and destory
object in V8Convert_ClassCreator ?
http://code.google.com/p/v8-juice/issues/detail?id=33
V8Convert_ClassCreator is easy to bind struct class...
but I don't want to directly use New Class() or Class() to create object.
Is there any easy way to do it?
I can do skipping ClassCreator_Factory to do nothing then adding create and
destroy function to use v8 binding object.
I think it not a right way to do it.
I guess maybe have a good way to skip v8 binding object when using
ClassCreator to create a object template.