Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-promise-hook-create-hook.js43 function assertState(expectedInit, expectedInitParent, expectedBefore, function
60 assertState(parent, undefined, undefined, undefined, parent);
65 assertState(undefined, undefined, child, undefined, undefined);
70 assertState(child, parent);
76 assertState(undefined, undefined, grandChild, child, child);
82 assertState(grandChild, child);

Completed in 1 milliseconds