Home
last modified time | relevance | path

Searched refs:ArrayCreationMode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSArray.h58 enum ArrayCreationMode { CreateCompact, CreateInitialized }; enum
67 JSArray(JSGlobalData&, Structure*, unsigned initialLength, ArrayCreationMode);
DJSArray.cpp151 …obalData& globalData, Structure* structure, unsigned initialLength, ArrayCreationMode creationMode) in JSArray()