Home
last modified time | relevance | path

Searched refs:testBufs (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-buffer-fill.js13 testBufs('abc');
14 testBufs('\u0222aa');
15 testBufs('a\u0234b\u0235c\u0236');
16 testBufs('abc', 4);
17 testBufs('abc', 5);
18 testBufs('abc', SIZE);
19 testBufs('\u0222aa', 2);
20 testBufs('\u0222aa', 8);
21 testBufs('a\u0234b\u0235c\u0236', 4);
22 testBufs('
285 function testBufs(string, offset, length, encoding) { global() function
[all...]

Completed in 1 milliseconds