Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Find
Function · 0.45
begin
Function · 0.45
makeRangeGCSafe
Function · 0.45
Vector.h
File · 0.45
append
Method · 0.45
internalAppend
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected