Searched refs:adaptee (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java33 * calls specially named JavaScript methods on an adaptee object when property
54 * If a special JavaScript method is not found in the adaptee, then JSAdapter
55 * forwards the property access to the adaptee itself.
59 * JavaScript methods on adaptee. Use cases include 'smart'
200 // in most cases, adaptee would return native JS array
272 throw Context.reportRuntimeError("JSAdapter requires adaptee");
286 return adaptee;
289 public void setAdaptee(Scriptable adaptee) { argument
290 if (adaptee == null) {
291 throw new NullPointerException("adaptee ca
329 private Scriptable adaptee; field in class:JSAdapter
[all...]

Completed in 51 milliseconds