Fix serializer_remove_bytecode_data.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-10-28 19:55:19 +03:00
parent a88608a1c0
commit f2c54fbe39
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -117,3 +117,8 @@ catch(e)
{
assert (e instanceof SyntaxError);
}
// nested eval with function expressions
code = 'eval("(function (){})")';
code = "eval ('" + code + "')";
eval (code);