SungchulCho / v8-juice

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

WeakClassJSClass::GetSelf() no workie when ExtraInternalFieldCount > 0 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The subject says it all. Don't yet know if the bug is in the wrapping, the
lookup, or somewhere else. Gotta go to work, but will get to it this
weekend :).

Original issue reported on code.google.com by sgbeal@googlemail.com on 13 Mar 2009 at 10:12

GoogleCodeExporter commented 8 years ago
Turns out this wasn't the problem at all. The problem was a Denkfehler in the
CastTo/FromJS implementations for the whio classes, which were relying on the
juice::bind API and not passing the correct internal field number when
InternalFieldCount>0.

Original comment by sgbeal@googlemail.com on 13 Mar 2009 at 6:47