Remove VM-locking yield mode per discussion

This commit is contained in:
Tim Mickel 2016-06-30 16:57:12 -04:00
parent 9a7ab57f6f
commit 6daee9a70e
4 changed files with 2 additions and 44 deletions
src/engine

View file

@ -74,7 +74,6 @@ var execute = function (sequencer, thread) {
var primitiveReportedValue = null;
primitiveReportedValue = blockFunction(argValues, {
yield: thread.yield.bind(thread),
yieldAndBlock: thread.yieldAndBlock.bind(thread),
done: function() {
sequencer.proceedThread(thread);
},