Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ sealObject
Method
sealObject
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:383–387 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
381
}
382
383
@Override
384
public
void
sealObject() {
385
globalThis.sealObject();
386
super.sealObject();
387
}
388
389
@Override
390
public
void
defineProperty(String propertyName, Object value,
int
attributes) {
Callers
14
getTestCases
Method · 0.95
canSealGlobalObjectWithoutDeadlock
Method · 0.95
exportAsJSClass
Method · 0.45
initPrototypeConstructor
Method · 0.45
newIdFunction
Method · 0.45
init
Method · 0.45
populateGlobal
Method · 0.45
buildConstructor
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
4
getTestCases
Method · 0.76
canSealGlobalObjectWithoutDeadlock
Method · 0.76
setUp
Method · 0.36
initNestedContextPrototypeTest
Method · 0.36