Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ code
Function
code
deps/v8/test/mjsunit/char-escape.js:36–38 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
code(str) {
37
return
str.charCodeAt(0);
38
}
39
40
// Do the single escape chars have the right value?
41
assertEquals(0x08, code(
"\b"
));
Callers
5
executeCode
Function · 0.70
executeCode
Function · 0.70
char-escape.js
File · 0.70
assertThrows
Function · 0.50
assertDoesNotThrow
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…