зеркало из https://github.com/mozilla/pluotsorbet.git
Remove duplicate native (already implemented in bindings.ts)
This commit is contained in:
Родитель
ab8f38effa
Коммит
16d941008b
|
@ -280,13 +280,6 @@ Native["java/lang/Object.getClass.()Ljava/lang/Class;"] = function() {
|
|||
return J2ME.getRuntimeKlass($.ctx.runtime, this.klass).classObject;
|
||||
};
|
||||
|
||||
Native["java/lang/Object.hashCode.()I"] = function() {
|
||||
var hashCode = this.hashCode;
|
||||
while (!hashCode)
|
||||
hashCode = this.hashCode = util.id();
|
||||
return hashCode;
|
||||
};
|
||||
|
||||
Native["java/lang/Object.wait.(J)V"] = function(timeout) {
|
||||
$.ctx.wait(this, timeout.toNumber());
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче