Lars Knoll wrote: > > > - Some classes do not have an isNull() method or handle() method (to get > > access to the impl class).... these are needed for ECMAScript to do type > > conversion and equality properly (actually, these may not cause BCI > > problems) > > Just add them. And while you're at it: please make them 'const' as well. A grep isNull */*.h shows some that aren't yet. Thanks, Harri.