Searched defs:initialLength (Results 1 – 2 of 2) sorted by relevance
418 inline JSArray* constructEmptyArray(ExecState* exec, unsigned initialLength) in constructEmptyArray()
151 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, unsigned initialLength, ArrayCreat… in JSArray()