Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ parse_line_comment
Function
parse_line_comment
examples/js/repl.js:1359–1366 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1357
}
1358
1359
function
parse_line_comment() {
1360
style =
'comment'
;
1361
for
(i++; i < n; i++) {
1362
if
(str[i] ==
'\n'
) {
1363
break;
1364
}
1365
}
1366
}
1367
1368
function
parse_string(delim) {
1369
style =
'string'
;
Callers
1
colorize_js
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected