Searched defs:NewFromUtf8 (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dapi.cc461 if (!String::NewFromUtf8(isolate, utf8_source, NewStringType::kNormal)
466 String::NewFromUtf8(isolate, name, NewStringType::kNormal)
6688 Local<String> String::NewFromUtf8(Isolate* isolate, function in class:v8::String
6692 NEW_STRING(isolate, String, NewFromUtf8, char, data,
6698 MaybeLocal<String> String::NewFromUtf8(Isolate* isolate, const char* data, function in class:v8::String
6700 NEW_STRING(isolate, String, NewFromUtf8, char, data, type, length);

Completed in 176 milliseconds