Indicates whether or not a named property is defined in an object. Does not traverse the prototype chain. The property is specified by a String name as defined for the get method. @param name the name of the property @param start the object in which the lookup began @return true if
(String name, Scriptable start)
| 112 | * @see org.mozilla.javascript.ScriptableObject#getProperty(Scriptable, String) |
| 113 | */ |
| 114 | @Override |
| 115 | public boolean has(String name, Scriptable start); |
| 116 | |
| 117 | /** |
no outgoing calls
no test coverage detected