Subj : Re: Delphi developers: headers for Mozilla JS engine To : Sterling Bates From : Brendan Eich Date : Sat Jul 12 2003 07:14 pm Sterling Bates wrote: > I translated some of the private structs that were used in the hooks (*Op, > JSHash*, etc). I had initially started out with straight pointers (JS is > supposed to be opaque, right?) but then I saw some hooks where my callback > could extract information directly. If that's still not a Good Thing, I'll > go back to pointers. I don't think anything outside jspubtd.h and jsapi.h should be reflected into Pascal, for the first cut. You might get to jsdbgapi.h, and after that *possibly* jsxdrapi.h, but the other header files and their types and functions (js_, not JS_) should be off limits. /be .