Optimus
Optimus copied to clipboard
[JS] Acces to array item using "" leads to an Exception.
Try to execute the code (came from jquery-ui): var arr = []; arr[""] = {};//<-- IndexOutOfRange exception here
expected: the value should be assigned and be able to access using arr[""]
The bug is in Jint and I see no way to fix it in Optimus. Created issue sebastienros/jint#659