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

Method begin

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

Source from the content-addressed store, hash-verified

337 }
338
339 T *begin() {
340 JS_ASSERT(!entered);
341 return mBegin;
342 }
343
344 const T *begin() const {
345 JS_ASSERT(!entered);

Callers 6

FindFunction · 0.45
beginFunction · 0.45
makeRangeGCSafeFunction · 0.45
Vector.hFile · 0.45
appendMethod · 0.45
internalAppendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected