Subj : Re: Binding a global object (again) To : "John J. Lee" From : Brendan Eich Date : Sat Aug 30 2003 02:14 pm John J. Lee wrote: > I made a second attempt to bind a Python class to the JS global > object. This time, my getProperty routine isn't getting called to > look up Python attributes on the global object. Previously, I've got > by just using getProperty and setProperty. Presumably I need to > provide some other functions -- lookupProperty or hasInstance, maybe? Why are you implementing JSObjectOps? It's not frozen and not documented. The comments in jsapi.h do, however, say which ops must be defined, and which may be null. /be .