[INFER] Remove guessing mechanism for unpacked arrays.

This commit is contained in:
Brian Hackett
2010-12-22 17:02:24 -08:00
parent a0371a3899
commit d5042fced4
5 changed files with 8 additions and 117 deletions

View File

@@ -3399,7 +3399,6 @@ static void array_TypeNew(JSContext *cx, JSTypeFunction *jsfun, JSTypeCallsite *
if (site->argumentCount > 1) {
for (size_t ind = 0; ind < site->argumentCount; ind++)
site->argumentTypes[ind]->addSubset(cx, site->pool(), indexTypes);
object->possiblePackedArray = true;
}
#endif
}