зеркало из https://github.com/mozilla/pluotsorbet.git
Add missing newlines.
This commit is contained in:
Родитель
faf768d856
Коммит
d6439415db
|
@ -12,4 +12,4 @@ module J2ME {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ function throwHelper(e) {
|
|||
|
||||
function throwPause() {
|
||||
throwHelper(VM.Pause);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1142,4 +1142,4 @@ module J2ME.Bytecode {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -298,4 +298,4 @@ module J2ME {
|
|||
return classImage;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1201,4 +1201,4 @@ module J2ME {
|
|||
}
|
||||
}
|
||||
|
||||
var VM = J2ME.VM;
|
||||
var VM = J2ME.VM;
|
||||
|
|
|
@ -507,4 +507,4 @@ module J2ME.Bytecode {
|
|||
writer.outdent();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -736,4 +736,4 @@ module J2ME.C4.AST {
|
|||
Property.prototype.type = "Property";
|
||||
SwitchCase.prototype.type = "SwitchCase";
|
||||
CatchClause.prototype.type = "CatchClause";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@ module J2ME {
|
|||
// ...
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
jsc.ts
2
jsc.ts
|
@ -239,4 +239,4 @@ module J2ME {
|
|||
}
|
||||
|
||||
main(commandLineArguments);
|
||||
}
|
||||
}
|
||||
|
|
2
jvm.ts
2
jvm.ts
|
@ -77,4 +77,4 @@ Object.defineProperty(jsGlobal, "CLASSES", {
|
|||
}
|
||||
});
|
||||
|
||||
var JVM = J2ME.JVM;
|
||||
var JVM = J2ME.JVM;
|
||||
|
|
|
@ -28,4 +28,4 @@
|
|||
///<reference path='jit/jvm.ir.ts' />
|
||||
///<reference path='jit/blockMap.ts' />
|
||||
///<reference path='jit/builder.ts' />
|
||||
///<reference path='jit/compiler.ts' />
|
||||
///<reference path='jit/compiler.ts' />
|
||||
|
|
|
@ -1546,4 +1546,4 @@ var $CAB = J2ME.checkArrayBounds;
|
|||
var $CAS = J2ME.checkArrayStore;
|
||||
|
||||
var $ME = J2ME.monitorEnter;
|
||||
var $MX = J2ME.monitorExit;
|
||||
var $MX = J2ME.monitorExit;
|
||||
|
|
|
@ -172,4 +172,4 @@ module Shumway.Tools.Mini {
|
|||
this._lastWeightedTime = weightedTime;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -874,4 +874,4 @@ module Shumway {
|
|||
this.start = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
types.ts
2
types.ts
|
@ -311,4 +311,4 @@ module J2ME {
|
|||
return typeDescriptors;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче