SungchulCho / v8-juice

Automatically exported from code.google.com/p/v8-juice
Other
0 stars 0 forks source link

Consolidate FwdToFunc() and the member-function forwarding #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The FwdToFuncN() routines are currently handled much differently than the
member function bindings (via juice::ClassBinder). The member bindings are
more flexible (can return void, for example), and i'd like to refactor the
FwdToFuncN() routines to use the same basis (or at least the same approach)
as member forwarding.

Original issue reported on code.google.com by sgbeal@googlemail.com on 19 Mar 2009 at 6:30

GoogleCodeExporter commented 8 years ago
Obsoleted by newer v8-convert API.

Original comment by sgbeal@googlemail.com on 29 Jul 2011 at 11:22