зеркало из https://github.com/mozilla/pluotsorbet.git
fix context
This commit is contained in:
Родитель
5f1e87b04a
Коммит
3ae7496bd7
|
@ -4,12 +4,6 @@
|
|||
'use strict';
|
||||
|
||||
function Context(thread) {
|
||||
this.frames = [];
|
||||
this.thread = thread;
|
||||
this.level = 0;
|
||||
}
|
||||
|
||||
Context.prototype.invoke = function(methodInfo, args) {
|
||||
++this.level;
|
||||
VM.invoke(this, methodInfo, args);
|
||||
--this.level;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче