All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.js.ReferenceError Maven / Gradle / Ivy

The newest version!
package def.js;
public class ReferenceError extends Error {
    public ReferenceError(java.lang.String message){}
    native public static ReferenceError applyStatic(java.lang.String message);
    public static ReferenceError prototype;
    public ReferenceError(){}
    native public static ReferenceError applyStatic();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy