Is this the proper place to ask questions about SpiderMonkey embedding?
I hate asking questions which seem dumb, but my usually reliable web
searching skills are not yielding answers.
I'm building a class which wraps a C structure, and I want to override the
management of properties. It is clear that the entries in the JSClass
structure are the way to go, but I can't find specific documentation of
the semantics of these functions. For example, if I override addProperty
instead of using JS_PropertyStub, what exactly is my replacement
function supposed to do? What does the resolve method do?
I've read the embedding guide, the API reference, the js.c sample, and fair
portions of the code itself. I am still looking for clearer explanations.
If I am overlooking information somewhere, a pointer would be appreciated.
Thanks!