Lines Matching defs:const
30 const core = Core.getInstance();
31 const dataDriver = new DataDriver({ data });
48 const core = Core.getInstance();
49 const expectExtend = new ExpectExtend({
53 const ohReport = new OhReport({
63 const configService = core.getDefaultService('config');
80 const workerPromise = Hypium.createWorkerPromise(scriptURL, i, params);
83 const ret = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0};
91 const retResult = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0};
98 const taskConsuming = endTime - startTime;
99 const message =
116 const workerPromise = new Promise((resolve, reject) => {
117 const workerInstance = new worker.ThreadWorker(scriptURL, {name: `worker_${i}`});
144 for (const {total, failure, error, pass, ignore, duration, itItemList} of items) {
156 for (const {currentThreadName, description, result} of itItemList) {
177 for (const {currentThreadName, description, result} of allItemList) {
194 for (const {currentThreadName, description, result} of allItemList) {
228 const core = Core.getInstance();
229 const expectService = core.getDefaultService('expect');
238 const core = Core.getInstance();
239 const expectService = core.getDefaultService('expect');