On Sat, Mar 19, 2016 at 1:48 AM, Haohan Wang <wanghaohan8...@gmail.com> wrote:
> Hi,
>
> I am a new user on node.js and V8, recently, I am continuing a project where
> when I compile it, I got this error ‘NewFromUtf8’ is not a member of
> ‘v8::String’ from the line
>
> v8::Handle<v8::Value> type_handle = options_v8->Get(
> v8::String::NewFromUtf8(isolate, "type"));
>
> I googled, and it seems that it is a pretty rare error, no one has asked
> before.
>
> Can someone give me some hint about how to start to address it?
>
>
> Thanks.

Against what versions of node.js and V8 are you compiling?

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to