Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ delete
Method
delete
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:378–381 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
376
}
377
378
@Override
379
public
void
delete(String name) {
380
globalThis.delete(name);
381
}
382
383
@Override
384
public
void
sealObject() {
Callers
1
createContinuation
Method · 0.95
Calls
1
delete
Method · 0.65
Tested by
1
createContinuation
Method · 0.76