Sets a named property in this object. The property is specified by a string name as defined for get. The possible values that may be passed in are as defined for get. A class that implements this method may choose to ignore calls to set certain properties, in which case those
(String name, Scriptable start, Object value)
| 182 | * @see org.mozilla.javascript.Context#toObject(Object, VarScope) |
| 183 | */ |
| 184 | @Override |
| 185 | public void put(String name, Scriptable start, Object value); |
| 186 | |
| 187 | /** |
no outgoing calls