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

Function getCons

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

Source from the content-addressed store, hash-verified

29
30function getTwoByteString() { return "\u1234t"; }
31function getCons() { return "testtesttesttest" + getTwoByteString() }
32
33var slowIndex1 = { valueOf: function() { return 1; } };
34var slowIndex2 = { toString: function() { return "2"; } };

Callers 1

string-charat.jsFile · 0.70

Calls 1

getTwoByteStringFunction · 0.70

Tested by

no test coverage detected