Removes a property from this object. This operation corresponds to the ECMA [[Delete]] except that the no result is returned. The runtime will guarantee that this method is called only if the property exists. After this method is called, the runtime will call Scriptable.has to see if the property ha
(String name)
| 224 | * @see org.mozilla.javascript.ScriptableObject#deleteProperty(Scriptable, String) |
| 225 | */ |
| 226 | @Override |
| 227 | public void delete(String name); |
| 228 | |
| 229 | /** |
no outgoing calls
no test coverage detected