Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ err
Method
err
src/pseudo_json.mjs:7–9 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
5
}
6
7
err(msg) {
8
throw
new
SyntaxError(msg +
" at "
+ this.pos +
" in "
+ JSON.stringify(this.str))
9
}
10
11
space() {
12
for
(;;) {
Callers
4
parse
Function · 0.95
parseObj
Function · 0.80
parseStr
Function · 0.80
parseWord
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected