This commit is contained in:
Marco Castelluccio 2014-10-09 13:46:12 -07:00
Родитель 254454afca
Коммит ee0bcbcb3b
2 изменённых файлов: 1678 добавлений и 182 удалений

Просмотреть файл

@ -54,6 +54,10 @@ function MethodInfo(m, classInfo, constantPool) {
this.alternateImpl = (this.isNative ? Native :
Override.hasMethod(this) ? Override :
null);
this.numCalled = 0;
this.compiled = null;
this.dontCompile = false;
}
var ClassInfo = function(classBytes) {

1856
vm.js

Разница между файлами не показана из-за своего большого размера Загрузить разницу