Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
var
s =
"test"
;
29
30
function
getTwoByteString() {
return
"\u1234t"
; }
31
function
getCons() {
return
"testtesttesttest"
+ getTwoByteString() }
32
33
var
slowIndex1 = { valueOf:
function
() {
return
1; } };
Callers
1
getCons
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected