Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ is_whitespace
Function
is_whitespace
deps/v8/test/mjsunit/whitespaces.js:47–49 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
45
var
onebytespace =
"\u0020"
;
46
47
function
is_whitespace(c) {
48
return
whitespaces.indexOf(c.charCodeAt(0)) > -1;
49
}
50
51
function
test_regexp(str) {
52
var
pos_match = str.match(/\s/);
Callers
5
test_regexp
Function · 0.85
test_trim
Function · 0.85
test_parseInt
Function · 0.85
test_eval
Function · 0.85
test_stringtonumber
Function · 0.85
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected