< prev index next >

src/jdk.jsobject/share/classes/netscape/javascript/JSObject.java

Print this page

        

*** 50,59 **** --- 50,60 ---- * converted to Java data types. Certain data passed to the JavaScript * engine is converted to JavaScript data types. * </p> * */ + @SuppressWarnings("deprecation") public abstract class JSObject { /** * Constructs a new JSObject. Users should neither call this method nor * subclass JSObject. */
< prev index next >