MCPcopy Create free account
hub / github.com/mozilla/rhino / delete

Method delete

rhino/src/main/java/org/mozilla/javascript/Scriptable.java:226–226  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

224 * @see org.mozilla.javascript.ScriptableObject#deleteProperty(Scriptable, String)
225 */
226 @Override
227 public void delete(String name);
228
229 /**

Callers 2

walkMethod · 0.95
deletePropertyMethod · 0.95

Implementers 5

ScriptableObjectrhino/src/main/java/org/mozilla/javasc
ScriptableUndefinedrhino/src/main/java/org/mozilla/javasc
FooBoilerplaterhino/src/test/java/org/mozilla/javasc
NativeJavaObjectrhino/src/main/java/org/mozilla/javasc
Matrixexamples/src/main/java/Matrix.java

Calls

no outgoing calls

Tested by

no test coverage detected