BO
node -v
Size: a a a
BO
node -v
M
node -v
BO
M
BO
AP
AP
M
M
let tests = stdout.toString().matchAll(testResultRegex);
^
TypeError: stdout.toString(...).matchAll is not a function
AP
M
AP
BO
console.log(Object.getOwnPropertyNames(Object.getPrototypeOf(stdout))
.filter(m => 'function' === typeof stdout[m]))
M
console.log(Object.getOwnPropertyNames(Object.getPrototypeOf(stdout))
.filter(m => 'function' === typeof stdout[m]))
M
console.log(Object.getOwnPropertyNames(Object.getPrototypeOf(stdout))
.filter(m => 'function' === typeof stdout[m]))
[ 'constructor',
'anchor',
'big',
'blink',
'bold',
'charAt',
'charCodeAt',
'codePointAt',
'concat',
'endsWith',
'fontcolor',
'fontsize',
'fixed',
'includes',
'indexOf',
'italics',
'lastIndexOf',
'link',
'localeCompare',
'match',
'normalize',
'padEnd',
'padStart',
'repeat',
'replace',
'search',
'slice',
'small',
'split',
'strike',
'sub',
'substr',
'substring',
'sup',
'startsWith',
'toString',
'trim',
'trimLeft',
'trimRight',
'toLowerCase',
'toUpperCase',
'valueOf',
'toLocaleLowerCase',
'toLocaleUpperCase',
'trimStart',
'trimEnd' ]
AP
M
BO
[ 'constructor',
'anchor',
'big',
'blink',
'bold',
'charAt',
'charCodeAt',
'codePointAt',
'concat',
'endsWith',
'fontcolor',
'fontsize',
'fixed',
'includes',
'indexOf',
'italics',
'lastIndexOf',
'link',
'localeCompare',
'match',
'normalize',
'padEnd',
'padStart',
'repeat',
'replace',
'search',
'slice',
'small',
'split',
'strike',
'sub',
'substr',
'substring',
'sup',
'startsWith',
'toString',
'trim',
'trimLeft',
'trimRight',
'toLowerCase',
'toUpperCase',
'valueOf',
'toLocaleLowerCase',
'toLocaleUpperCase',
'trimStart',
'trimEnd' ]
M