Compare commits
1 Commits
0.9.15-bet
...
0.9.16-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
0ac7af2ea3
|
@@ -289,7 +289,7 @@ public class NativeWrapperProvider implements WrapperProvider {
|
||||
}
|
||||
|
||||
private void initType(Class<?> clazz, FunctionValue constr, ObjectValue proto) {
|
||||
if (constr != null && proto != null) return;
|
||||
if (constr != null && proto != null || ignore.contains(clazz)) return;
|
||||
// i vomit
|
||||
if (
|
||||
clazz == Object.class ||
|
||||
|
||||
Reference in New Issue
Block a user