Forgot link, for reference: https://v8docs.nodesource.com/node-14.1/dc/d0a/classv8_1_1_value.html#af60030f7df23262cff7b59092725ed57
On Thu, Jun 4, 2020 at 10:13 AM Al Mo <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/v8-dev/d3c5da31-30a9-4c96-a390-b28467622aeb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CABK7q5eMVohG%2BVRL4M2irBink-2qm6D7gdchimQ3MCjgg6M4EQ%40mail.gmail.com.
