Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isExtensible
Method
isExtensible
src/main/java/org/dynjs/runtime/DynObject.java:74–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
@Override
75
public
boolean isExtensible() {
76
return
extensible;
77
}
78
79
public
void
setExtensible(boolean extensible) {
80
this.extensible = extensible;
Callers
2
canPut
Method · 0.95
defineOwnProperty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected