MCPcopy Create free account
hub / github.com/nodejs/node / IsSurrogate

Function IsSurrogate

deps/v8/test/mjsunit/wasm/stringrefs-exec-gc.js:56–58  ·  view source on GitHub ↗
(codepoint)

Source from the content-addressed store, hash-verified

54];
55
56function IsSurrogate(codepoint) {
57 return 0xD800 <= codepoint && codepoint <= 0xDFFF
58}
59function HasIsolatedSurrogate(str) {
60 for (let codepoint of str) {
61 let value = codepoint.codePointAt(0);

Callers 2

HasIsolatedSurrogateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected