Home
last modified time | relevance | path

Searched refs:hasCatch (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent.test.js113 function writeV9Test(eventInfo, expectErr, done, hasCatch) { argument
114 if (hasCatch) {
133 function writeParamsV9Test(params, expectErr, done, hasCatch) { argument
140 writeV9Test(eventInfo, expectErr, done, hasCatch);
143 function writeDomainV9Test(domain, expectErr, done, hasCatch) { argument
150 writeV9Test(eventInfo, expectErr, done, hasCatch);
153 function writeNameV9Test(name, expectErr, done, hasCatch) { argument
160 writeV9Test(eventInfo, expectErr, done, hasCatch);
163 function writeTypeV9Test(type, expectErr, done, hasCatch) { argument
170 writeV9Test(eventInfo, expectErr, done, hasCatch);