MCPcopy 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.jsFile · 0.45
jasmine.jsFile · 0.45
collectionsSpec.jsFile · 0.45
runMethod · 0.45
callMethod · 0.45
testKeysMethod · 0.45
bnModInverseFunction · 0.45
RSADoPrivateFunction · 0.45
raytrace.jsFile · 0.45
deltablue.jsFile · 0.45
chainTestFunction · 0.45

Calls 2

hasPropertyMethod · 0.65
putMethod · 0.65

Tested by 4

runMethod · 0.36
callMethod · 0.36
testKeysMethod · 0.36