Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dynjs/dynjs
/ add
Method
add
src/main/java/org/dynjs/runtime/DynObject.java:633–640 ·
view source on GitHub ↗
(String e)
Source
from the content-addressed store, hash-verified
631
}
632
633
@Override
634
public
boolean add(String e) {
635
if
(! hasProperty(null, e)) {
636
put(e, Types.UNDEFINED);
637
return
true;
638
}
639
return
false;
640
}
641
642
@Override
643
public
boolean remove(Object o) {
Callers
15
coffee-script.js
File · 0.45
jasmine.js
File · 0.45
collectionsSpec.js
File · 0.45
run
Method · 0.45
call
Method · 0.45
testGetOwnPropertyNames
Method · 0.45
testKeys
Method · 0.45
bnModInverse
Function · 0.45
RSADoPrivate
Function · 0.45
raytrace.js
File · 0.45
deltablue.js
File · 0.45
chainTest
Function · 0.45
Calls
2
hasProperty
Method · 0.65
put
Method · 0.65
Tested by
4
run
Method · 0.36
call
Method · 0.36
testGetOwnPropertyNames
Method · 0.36
testKeys
Method · 0.36