зеркало из https://github.com/mozilla/pjs.git
Replacing protected by private/package private to allow for better optimization.
This commit is contained in:
Родитель
9e9fa17082
Коммит
5dc7316f87
|
@ -152,7 +152,7 @@ public class IdFunction extends BaseFunction
|
|||
return new RuntimeException("BAD FUNCTION ID="+id+" MASTER="+master);
|
||||
}
|
||||
|
||||
protected IdFunctionMaster master;
|
||||
protected int methodId;
|
||||
IdFunctionMaster master;
|
||||
private int methodId;
|
||||
private boolean useCallAsConstructor;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче