Home
last modified time | relevance | path

Searched refs:StringCharacterStream (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring-inl.h1327 class StringCharacterStream {
1329 inline explicit StringCharacterStream(String string, int offset = 0);
1330 StringCharacterStream(const StringCharacterStream&) = delete;
1331 StringCharacterStream& operator=(const StringCharacterStream&) = delete;
1349 uint16_t StringCharacterStream::GetNext() { in GetNext()
1360 StringCharacterStream::StringCharacterStream(String string, int offset) in StringCharacterStream() function
1365 void StringCharacterStream::Reset(String string, int offset) { in Reset()
1379 bool StringCharacterStream::HasMore() { in HasMore()
1390 void StringCharacterStream::VisitOneByteString(const uint8_t* chars, in VisitOneByteString()
1397 void StringCharacterStream::VisitTwoByteString(const uint16_t* chars, in VisitTwoByteString()
Dstring.cc619 StringCharacterStream stream(*this, start); in PrintUC16()
627 StringCharacterStream stream(*this, start); in PrintUC16()
797 StringCharacterStream stream(*this, offset); in ToCString()
1684 StringCharacterStream stream(*this); in SlowAsArrayIndex()
1699 StringCharacterStream stream(*this); in SlowAsIntegerIndex()
1700 return StringToIndex<StringCharacterStream, size_t, kToIntegerIndex>(&stream, in SlowAsIntegerIndex()
Dstring.h1098 class StringCharacterStream;
/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc221 StringCharacterStream stream(reason); in RUNTIME_FUNCTION()
Druntime-test.cc1078 StringCharacterStream stream(name); in RUNTIME_FUNCTION()
1124 StringCharacterStream stream(string); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc274 StringCharacterStream stream(str, start); in Put()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.cc265 StringCharacterStream stream(string); in ConvertCaseHelper()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc920 StringCharacterStream stream( in PrintCode()