Get a named property from the object. Looks property up in this object and returns the associated value if found. Returns NOT_FOUND if not found. Note that this method is not expected to traverse the prototype chain. This is different from the ECMA [[Get]] operation. Depending on the propert
(String name, Scriptable start)
| 77 | * @see org.mozilla.javascript.Context#getUndefinedValue |
| 78 | */ |
| 79 | @Override |
| 80 | public Object get(String name, Scriptable start); |
| 81 | |
| 82 | /** |
no outgoing calls