From 00a6eda0546eb89de450c71abf9a502eeadb7f99 Mon Sep 17 00:00:00 2001 From: "norris%netscape.com" Date: Tue, 11 Apr 2000 18:22:36 +0000 Subject: [PATCH] Update javadoc git-svn-id: svn://10.0.0.236/trunk@65604 18797224-902f-48f8-a5cc-f745e15eee43 --- .../js/rhino/org/mozilla/javascript/Scriptable.java | 10 ++++++++++ .../rhino/src/org/mozilla/javascript/Scriptable.java | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/mozilla/js/rhino/org/mozilla/javascript/Scriptable.java b/mozilla/js/rhino/org/mozilla/javascript/Scriptable.java index 40a138c8391..8dead5ff30d 100644 --- a/mozilla/js/rhino/org/mozilla/javascript/Scriptable.java +++ b/mozilla/js/rhino/org/mozilla/javascript/Scriptable.java @@ -178,6 +178,16 @@ public interface Scriptable { * This design allows properties to be defined in prototypes and implemented * in terms of getters and setters of Java values without consuming slots * in each instance.

+ *

+ * The values that may be set are limited to the following: + *

* Note that has will be called by the runtime first before * set is called to determine in which object the * property is defined. diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java b/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java index 40a138c8391..8dead5ff30d 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java @@ -178,6 +178,16 @@ public interface Scriptable { * This design allows properties to be defined in prototypes and implemented * in terms of getters and setters of Java values without consuming slots * in each instance.

+ *

+ * The values that may be set are limited to the following: + *

* Note that has will be called by the runtime first before * set is called to determine in which object the * property is defined.