JS: refactor how cached access translators work. Fix cached access translator in case of arrays. Use cached access translator to translate reassignments
This commit is contained in:
@@ -136,4 +136,8 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
|
||||
public void testCastWithBreakContinueReturn() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testReassignmentLhsCaching() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user