Home
last modified time | relevance | path

Searched refs:PrintUC16 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dostreams.cc128 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16() function
146 return PrintUC16(os, static_cast<uint16_t>(c), pred); in PrintUC32()
156 return PrintUC16(os, c.value, IsOK); in operator <<()
168 return PrintUC16(os, c.value, IsPrint); in operator <<()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc454 name.PrintUC16(os); in operator <<()
460 script_source.PrintUC16(os, s.StartPosition(), s.EndPosition()); in operator <<()
463 script_source.PrintUC16(os, s.StartPosition(), in operator <<()
Dstring.h459 void PrintUC16(std::ostream& os, int start = 0, int end = -1);
460 void PrintUC16(StringStream* accumulator, int start, int end);
Dstring.cc612 PrintUC16(accumulator, 0, len); in StringShortPrint()
617 void String::PrintUC16(std::ostream& os, int start, int end) { in PrintUC16() function in v8::internal::String
625 void String::PrintUC16(StringStream* accumulator, int start, int end) { in PrintUC16() function in v8::internal::String
Dobjects.cc5357 description_as_string.PrintUC16(os, 0, description_as_string.length()); in SymbolShortPrint()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc230 name->PrintUC16(std::cerr); in CheckAndPrintBytecodeMismatch()
237 String::cast(script_name).PrintUC16(std::cerr); in CheckAndPrintBytecodeMismatch()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc93 String::cast(k).PrintUC16(os); in PrintDictionaryContents()
669 script_name.PrintUC16(os); in JSGeneratorObjectPrint()
891 String::cast(k).PrintUC16(os); in PrintTableContentsGeneric()
1087 String::cast(k).PrintUC16(os); in SwissNameDictionaryPrint()
1288 s.PrintUC16(os); in OddballPrint()
1340 PrintUC16(os, 0, length()); in StringPrint()