Home | History | Annotate | Download | only in src

Lines Matching full:jsarray

56 //           - JSArray
826 V(JSArray) \
2077 // Also maximal value of JSArray's length property.
2269 // Add the elements of a JSArray to this FixedArray.
2270 MUST_USE_RESULT MaybeObject* AddKeysFromJSArray(JSArray* array);
6179 DECL_ACCESSORS(arguments, JSArray)
7918 // The JSArray describes JavaScript Arrays
7923 class JSArray: public JSObject {
7948 static inline JSArray* cast(Object* obj);
7950 // Uses handles. Ensures that the fixed array backing the JSArray has at
7973 // Expand the fixed array backing of a fast-case JSArray to at least
7977 DISALLOW_IMPLICIT_CONSTRUCTORS(JSArray);
7981 // JSRegExpResult is just a JSArray with a specific initial map.
7986 // After creation the result must be treated as a JSArray in all regards.
7987 class JSRegExpResult: public JSArray {
7990 static const int kIndexOffset = JSArray::kSize;