MCPcopy Index your code
hub / github.com/nodejs/node / getTwoByteString

Function getTwoByteString

deps/v8/test/mjsunit/string-charat.js:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28var s = "test";
29
30function getTwoByteString() { return "\u1234t"; }
31function getCons() { return "testtesttesttest" + getTwoByteString() }
32
33var slowIndex1 = { valueOf: function() { return 1; } };

Callers 1

getConsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected