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

Function begin

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

Source from the content-addressed store, hash-verified

370 JS::Handle<T> handleAt(size_t i) const { return JS::Handle<T>::fromMarkedLocation(&vector[i]); }
371
372 const T *begin() const { return vector.begin(); }
373 T *begin() { return vector.begin(); }
374
375 const T *end() const { return vector.end(); }

Callers 4

VectorClass · 0.50
allMethod · 0.50
insertMethod · 0.50
eraseMethod · 0.50

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected