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. -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
