Home | History | Annotate | Download | only in src

Lines Matching defs:ArrayList

1104   V(ArrayList)                   \
3042 class ArrayList : public FixedArray {
3049 static Handle<ArrayList> Add(Handle<ArrayList> array, Handle<Object> obj,
3051 static Handle<ArrayList> Add(Handle<ArrayList> array, Handle<Object> obj1,
3061 DECLARE_CAST(ArrayList)
3064 static Handle<ArrayList> EnsureSpace(Handle<ArrayList> array, int length);
3067 DISALLOW_IMPLICIT_CONSTRUCTORS(ArrayList);