Properly process Use Strict which contains EscapeSeqence or LineContinuation.

JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
Andrey Shitov
2015-07-08 17:01:53 +03:00
parent 17cdc35d6d
commit d5fd0b09b1
3 changed files with 40 additions and 1 deletions
+2
View File
@@ -187,4 +187,6 @@ void lexer_set_strict_mode (bool);
extern bool lexer_are_tokens_with_same_identifier (token id1, token id2);
extern bool lexer_is_no_escape_sequences_in_token_string (token);
#endif