Searched refs:IsValidCodePoint (Results 1 – 4 of 4) sorted by relevance
132 inline bool IsValidCodePoint(uint32 cp) { in IsValidCodePoint() function244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()
456 if (!coerce_to_utf8_ && !IsValidCodePoint(code)) { in ParseUnicodeEscape()
24 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) { in IsValidCodePoint() function46 if (!IsValidCodePoint(isolate, value)) { in NextCodePoint()
853 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() function