Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js78 …h){promise=this.callback.call(this.testEnvironment,this.assert);this.resolvePromise(promise);retur…
79 try{promise=this.callback.call(this.testEnvironment,this.assert);this.resolvePromise(promise);}catc…
80 …notrycatch){promise=hook.call(test.testEnvironment,test.assert);test.resolvePromise(promise,hookNa…
81 try{promise=hook.call(test.testEnvironment,test.assert);test.resolvePromise(promise,hookName);}catc…
94 …log",details);this.assertions.push({result:false,message:message});},resolvePromise:function(promi… method in Test