Support new Function parsing in the pre-scanner. (#3110)
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
committed by
Dániel Bátyai
parent
87441635e1
commit
62025cfa41
@@ -32,6 +32,8 @@
|
||||
typedef enum
|
||||
{
|
||||
SCANNER_TYPE_END, /**< mark the last info block */
|
||||
SCANNER_TYPE_END_ARGUMENTS, /**< mark the end of function arguments
|
||||
* (only present if a function script is parsed) */
|
||||
SCANNER_TYPE_WHILE, /**< while statement */
|
||||
SCANNER_TYPE_FOR, /**< for statement */
|
||||
SCANNER_TYPE_FOR_IN, /**< for-in statement */
|
||||
|
||||
Reference in New Issue
Block a user