MCPcopy Create free account
hub / github.com/nodejs/node / retest

Function retest

deps/v8/test/mjsunit/unicodelctest.js:122–125  ·  view source on GitHub ↗
(re, code, negated)

Source from the content-addressed store, hash-verified

120
121
122function retest(re, code, negated) {
123 var s = String.fromCharCode(code >>> 0);
124 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
125}
126
127
128function get_fuzz_answer() {

Callers 1

fuzzFunction · 0.70

Calls 2

assertTrueFunction · 0.70
testMethod · 0.45

Tested by

no test coverage detected