true for JS side, but I would like to check the inheritance from simple
types on C++ . I can use ObjectProtoToString() for that I guess. Another way
I can request global instanceof, but how to pass obj and type correctly to
it...

        v8::Handle<v8::Value> iof = g->Get(v8::String::New("instanceof"));


On Wed, Jun 9, 2010 at 7:24 AM, bradley.meck <[email protected]> wrote:

> There is always the typeof operator. Is that what you were looking for?
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to