MCPcopy 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
43function escapeString(text)
44{
45 return text.replace(/\0/g, "");
46}
47
48function testPassed(msg)
49{

Callers 2

testPassedFunction · 0.70
testFailedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected