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

Function empty

scripting/javascript/spidermonkey-win32/include/jsapi.h:327–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326 size_t length() const { return vector.length(); }
327 bool empty() const { return vector.empty(); }
328
329 bool append(const T &v) { return vector.append(v); }
330 bool append(const AutoVectorRooter<T> &other) {

Callers 13

JSID_TO_SPECIALIDFunction · 0.70
RangeClass · 0.50
popFrontMethod · 0.50
VectorClass · 0.50
popFrontMethod · 0.50
popCopyFrontMethod · 0.50
popBackMethod · 0.50
destroyIfConstructedMethod · 0.50
containsMethod · 0.50
lookupMethod · 0.50
ScopedFunction · 0.50
forgetFunction · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected