SungchulCho / v8-juice

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

Review request: addressing Issue #12 #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Purpose of code changes on this branch:

RFC for the API for binding JS properties to native getter/setter member
functions (try saying that 10 times fast).

Specific places i'm looking to improve:

- Are the function name(s) okay?
- How to make the call friendlier/prettier (i.e. with fewer template args)?
- Overloads needed to hit most common cases?
- Whatever else.

Once that's ironed out and the missing overloads and whatnot are
implemented, i'll merge this branch into /trunk.

Original issue reported on code.google.com by sgbeal@googlemail.com on 15 Oct 2009 at 8:32

GoogleCodeExporter commented 8 years ago
I can't think of anything right now to improve it. I might have some ideas 
after I try to use it, but that won't be 
until Tuesday at the earliest.

Original comment by robt...@gmail.com on 16 Oct 2009 at 1:26

GoogleCodeExporter commented 8 years ago
Was committed to the trunk this morning. See the ClassBinder wiki page for 
demonstration.

Original comment by sgbeal@googlemail.com on 16 Oct 2009 at 2:08