Lines Matching full:path
22 const fixtureA = fixtures.path('printA.js');
23 const fixtureB = fixtures.path('printB.js');
24 const fixtureC = fixtures.path('printC.js');
25 const fixtureD = fixtures.path('define-global.js');
26 const fixtureE = fixtures.path('intrinsic-mutation.js');
27 const fixtureF = fixtures.path('print-intrinsic-mutation-name.js');
28 const fixtureG = fixtures.path('worker-from-argv.js');
29 const fixtureThrows = fixtures.path('throws_error4.js');
30 const fixtureIsPreloading = fixtures.path('ispreloading.js');
167 `"${nodeBinary}" --require "${fixtures.path('cluster-preload.js')}" "${
168 fixtures.path('cluster-preload-test.js')}"`,
175 // Test that preloading with a relative path works
197 `"${fixtures.path('cluster-preload.js')}" cluster-preload-test.js`,