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

/external/v8/src/
H A Dapi.cc4648 Local<String> v8::String::NewUndetectable(const char* data, int length) { function in class:v8::v8::String
4650 EnsureInitializedForIsolate(isolate, "v8::String::NewUndetectable()");
4651 LOG_API(isolate, "String::NewUndetectable(char)");
4683 Local<String> v8::String::NewUndetectable(const uint16_t* data, int length) { function in class:v8::v8::String
4685 EnsureInitializedForIsolate(isolate, "v8::String::NewUndetectable()");
4686 LOG_API(isolate, "String::NewUndetectable(uint16_)");

Completed in 89 milliseconds