Fix handling of property accessors in loop condition expressions and in argument of with statement.
Related issue: #798 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -76,3 +76,9 @@ var i = {x: 0};
|
||||
}
|
||||
|
||||
assert (s === '01');
|
||||
|
||||
// 7.
|
||||
a = [];
|
||||
for (; a[0]; ) {
|
||||
assert (false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user