MCPcopy 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

45var onebytespace = "\u0020";
46
47function is_whitespace(c) {
48 return whitespaces.indexOf(c.charCodeAt(0)) > -1;
49}
50
51function test_regexp(str) {
52 var pos_match = str.match(/\s/);

Callers 5

test_regexpFunction · 0.85
test_trimFunction · 0.85
test_parseIntFunction · 0.85
test_evalFunction · 0.85
test_stringtonumberFunction · 0.85

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected