Skip to content

Commit

Permalink
Updated node definitions for dherman's changes to Reflect.parse
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed Aug 20, 2012
1 parent df1cc03 commit a50b3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appvalidator/testcases/javascript/nodedefinitions.py
Expand Up @@ -34,7 +34,8 @@ def node(branches=None, dynamic=False, action=None, returns=False,
"SwitchStatement": node(branches=("test", "cases"), is_block=True),
"ReturnStatement": node(branches=("argument", )),
"ThrowStatement": node(branches=("argument", )),
"TryStatement": node(branches=("block", "handler", "finalizer"),
"TryStatement": node(branches=("block", "handler", "finalizer",
"guardedHandlers"),
is_block=True),
"WhileStatement": node(branches=("test", "body"), is_block=True),
"DoWhileStatement": node(branches=("test", "body"), is_block=True),
Expand Down

0 comments on commit a50b3b1

Please sign in to comment.