Hi, On the documentation (the most recent one) there is a function *TypeOf* that can be called on *Value*s which returns a string with a similar output of calling `typeof object` in JS (I presume?) ...
However, when I try to use it on a v8::Local<v8::Value>, I get the following error at compile time: main.cc:11:11: error: ‘class v8::Local<v8::Value>’ has no member named ‘ TypeOf’ Is this not implemented yet? Alex. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/d3c5da31-30a9-4c96-a390-b28467622aeb%40googlegroups.com.
