Temporary workaround (until parser is refactored) for fixing evaluation of simple 'identifier'-like expressions.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-07-13 21:22:16 +03:00
committed by Evgeny Gavrin
parent 5e329c815c
commit 6fe78cc994
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const char *test_source = (
" return this.external ('1', true); "
"} "
"function call_throw_test() { "
" bool catched = false "
" var catched = false "
" try { "
" this.throw_test(); "
" } catch (e) { "