Lines Matching full:join
293 return path.join(this.module, this.filename);
365 const filepath = path.join(dir, file);
381 const dir = path.join(__dirname, '..', 'wpt');
382 const statusFile = path.join(dir, 'status', `${this.path}.json`);
470 const globalThisInitScript = this.globalThisInitScripts.join('\n\n//===\n');
526 const script = lazyProperties.map((name) => `globalThis.${name};`).join('\n');
590 const workerPath = path.join(__dirname, 'wpt/worker.js');
708 const file = path.join('test', 'wpt', 'status', `${this.path}.json`);
711 `Consider updating ${file} for these files:\n${failures.join('\n')}`);
714 const file = path.join('test', 'wpt', 'status', `${this.path}.json`);
717 `Consider updating ${file} for these files:\n${unexpectedPasses.join('\n')}`);
841 const joinedReasons = reasons.join('; ');