Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ escapeString
Function
escapeString
deps/v8/test/webkit/resources/standalone-pre.js:43–46 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
escapeString(text)
44
{
45
return
text.replace(/\0/g,
""
);
46
}
47
48
function
testPassed(msg)
49
{
Callers
2
testPassed
Function · 0.70
testFailed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected