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

Method end

scripting/javascript/spidermonkey-android/include/js/Vector.h:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 T *end() {
350 JS_ASSERT(!entered);
351 return mBegin + mLength;
352 }
353
354 const T *end() const {
355 JS_ASSERT(!entered);

Callers 2

FindFunction · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected