MCPcopy Create free account
hub / github.com/9miao/CrossApp / capacity

Function capacity

scripting/javascript/spidermonkey-android/include/jsapi.h:471–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 size_t capacity() const {
472 return map.capacity();
473 }
474
475 size_t sizeOfExcludingThis(JSMallocSizeOfFun mallocSizeOf) const {
476 return map.sizeOfExcludingThis(mallocSizeOf);

Callers 12

operator=Method · 0.50
~HashTableMethod · 0.50
overloadedMethod · 0.50
underloadedMethod · 0.50
changeTableSizeMethod · 0.50
checkOverloadedMethod · 0.50
compactIfUnderloadedMethod · 0.50
rehashTableMethod · 0.50
clearMethod · 0.50
finishMethod · 0.50
allMethod · 0.50

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected