OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undef_str
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/
test-api.cc
310
Local<String>
undef_str
= undef->ToString(env.local()).ToLocalChecked();
local
311
char* value = i::NewArray<char>(
undef_str
->Utf8Length() + 1);
312
undef_str
->WriteUtf8(value);
[
all
...]
Completed in 135 milliseconds