зеркало из https://github.com/mozilla/pjs.git
Fix 15711 Can't call java.lang.Class methods from JS
This commit is contained in:
Родитель
8c12e73652
Коммит
59ad20ea51
|
@ -179,9 +179,6 @@ public class NativeJavaObject implements Scriptable, Wrapper {
|
|||
// Just abandon conversion from JSObject
|
||||
}
|
||||
}
|
||||
if (obj instanceof Class)
|
||||
return new NativeJavaClass(scope, (Class)obj);
|
||||
|
||||
return new NativeJavaObject(scope, obj, staticType);
|
||||
}
|
||||
|
||||
|
|
|
@ -179,9 +179,6 @@ public class NativeJavaObject implements Scriptable, Wrapper {
|
|||
// Just abandon conversion from JSObject
|
||||
}
|
||||
}
|
||||
if (obj instanceof Class)
|
||||
return new NativeJavaClass(scope, (Class)obj);
|
||||
|
||||
return new NativeJavaObject(scope, obj, staticType);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче