Re: Solving the "how do I tell whether I have an HTML element?" (or image element, or whatever) problem

On 1/1/13 2:08 AM, Brendan Eich wrote:
> Private reply:
>
> Boris Zbarsky wrote:
>> 1)  Hack instanceof as Gecko has in the past.  This is actually a bit
>> of a pain to implement even in Gecko, without changes to SpiderMonkey,
>> because function objects can't have the magic behavior the RHS needs
>> above in SpiderMonkey at the moment.
>
> What's missing? I still see Class::hasInstance in jsclass.h.

Functions can't have a custom JSClass in SpiderMonkey.  They always have 
js::FunctionClass.

-Boris

Received on Tuesday, 1 January 2013 19:06:33 UTC