Re: Create a new native object with a constructor
Jason Orendorff <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <CA+W3DWEZNas2sx2Q15HeUiPO87FFEEz89XuZJU+3h1wnCwf4fg@mail.gmail.com> |
On Mon, Jun 20, 2016 at 6:09 PM, Braden McDaniel <[email protected]> wrote: > > You're looking for JS_GetObjectPrototype. > > Is it? That requires that I have an Object. The global object is > handy enough; but is that what I want? > Yes. -j