Re: Object creation in SpiderMonkey 45
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On 5/5/16 1:47 PM, Mihai Dobrescu wrote: > My mind just blown up. What is the status now in 45? Is it a bug, or should I do things differently? If so, how? You should do things differently. You need to pass the correct proto to the JS_NewObject call, as I said two or three times already. -Boris