Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ BuildSurrogatePair
Function
BuildSurrogatePair
deps/v8/test/mjsunit/unicodelctest.js:43–46 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
41
42
43
function
BuildSurrogatePair(c) {
44
return
String.fromCharCode(+0xd800 + (c >> 10)) +
45
String.fromCharCode(+0xdc00 + (c & 0x3ff));
46
}
47
48
fuzz_index = 0;
49
fuzz();
Callers
1
unicodelctest.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected