Searched refs:JSAdapter (Results 1 - 7 of 7) 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...]
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A Dinit.js46 return new JSAdapter({
60 var env = new JSAdapter({
99 return new JSAdapter({
153 return new JSAdapter({
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dconc.js243 return new JSAdapter() {
H A Dmm.js284 return new JSAdapter() {
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js241 return new JSAdapter() {
286 this.statics = new JSAdapter() {
333 return new JSAdapter() {
372 return new JSAdapter() {
672 return new JSAdapter() {
1008 } else if ((typeof(obj) == 'object') || (obj instanceof JSAdapter)) {
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js310 return new JSAdapter() {
584 return new JSAdapter() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js122 return new JSAdapter() {

Completed in 84 milliseconds