зеркало из https://github.com/mozilla/pluotsorbet.git
Fix indentation
This commit is contained in:
Родитель
1e149c56a6
Коммит
9761b78aac
6
vm.js
6
vm.js
|
@ -31,9 +31,9 @@ VM.execute = function(ctx) {
|
|||
cp = frame.cp;
|
||||
if (frame.isSynchronized) {
|
||||
if (!frame.lockObject) {
|
||||
frame.lockObject = ACCESS_FLAGS.isStatic(methodInfo.access_flags)
|
||||
? methodInfo.classInfo.getClassObject(ctx)
|
||||
: frame.getLocal(0);
|
||||
frame.lockObject = ACCESS_FLAGS.isStatic(methodInfo.access_flags)
|
||||
? methodInfo.classInfo.getClassObject(ctx)
|
||||
: frame.getLocal(0);
|
||||
}
|
||||
|
||||
ctx.monitorEnter(frame.lockObject);
|
||||
|
|
Загрузка…
Ссылка в новой задаче