Searched defs:JSAdapter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java32 * JSAdapter is java.lang.reflect.Proxy equivalent for JavaScript. JSAdapter
46 * var x = new JSAdapter(y);
54 * If a special JavaScript method is not found in the adaptee, then JSAdapter
66 * the name JSAdapter is derived from JavaAdapter -- which is a facility
72 public final class JSAdapter implements Scriptable, Function { class in inherits:Scriptable,Function
73 private JSAdapter(Scriptable obj) { method in class:JSAdapter
77 // initializer to setup JSAdapter prototype in the given scope
80 JSAdapter obj = new JSAdapter(c
[all...]

Completed in 30 milliseconds