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

Function checkSubtreeExpectedValues

test/fixtures/wpt/resources/check-layout-th.js:5–12  ·  view source on GitHub ↗
(t, parent, prefix)

Source from the content-addressed store, hash-verified

3setup({ explicit_done: true });
4
5function checkSubtreeExpectedValues(t, parent, prefix)
6{
7 var checkedLayout = checkExpectedValues(t, parent, prefix);
8 Array.prototype.forEach.call(parent.childNodes, function(node) {
9 checkedLayout |= checkSubtreeExpectedValues(t, node, prefix);
10 });
11 return checkedLayout;
12}
13
14function checkAttribute(output, node, attribute)
15{

Callers 1

check-layout-th.jsFile · 0.85

Calls 2

checkExpectedValuesFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected