Home
last modified time | relevance | path

Searched refs:kIncomplete (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dunicode-decoder.cc29 if (t != unibrow::Utf8::kIncomplete) { in Utf8Decoder()
60 if (t != unibrow::Utf8::kIncomplete) { in Decode()
H A Dunicode.h168 static const uchar kIncomplete = 0xFFFFFFFC; // any non-valid code point. member in unibrow::Utf8
H A Dunicode-inl.h125 return kIncomplete; in ValueOfIncremental()
H A Dunicode.cc207 } while (str < end && t == kIncomplete); in CalculateValue()
/third_party/node/test/common/
H A Dwpt.js401 const kIncomplete = 'incomplete';
645 this.fail(spec, { name: 'Incomplete' }, kIncomplete);
735 return kIncomplete;
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc612 if (t == unibrow::Utf8::kIncomplete) continue; in SkipToPosition()
624 if (t != unibrow::Utf8::kIncomplete) { in SkipToPosition()
681 } else if (t == unibrow::Utf8::kIncomplete) { in FillBufferFromCurrentChunk()
702 } else if (t == unibrow::Utf8::kIncomplete) { in FillBufferFromCurrentChunk()

Completed in 12 milliseconds