Home
last modified time | relevance | path

Searched defs:existsSyncStub (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts363 const existsSyncStub = sinon.stub(fs, 'existsSync').callsFake((path) => { constant
394 const existsSyncStub = sinon.stub(fs, 'existsSync').callsFake((path) => { constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts1312 const existsSyncStub = sinon.stub(fs, 'existsSync').returns(true); constant
1329 const existsSyncStub = sinon.stub(fs, 'existsSync').returns(true); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts2036 let existsSyncStub = sinon.stub(fs, 'existsSync'); variable