Searched refs:CreateCompact (Results 1 – 4 of 4) sorted by relevance
58 enum ArrayCreationMode { CreateCompact, CreateInitialized }; enumerator
157 if (creationMode == CreateCompact) in JSArray()171 if (creationMode == CreateCompact) { in JSArray()
577 …ray(exec->globalData(), exec->lexicalGlobalObject()->arrayStructure(), deleteCount, CreateCompact); in arrayProtoFuncSplice()
19881 and CreateCompact (which should only be used when constructing arrays whose19883 (JSC::JSArray::setLength): Skip first consistency check if in CreateCompact