DescriptionStop using with explicitly to implement try/catch.
The AST for TryCatch gives us enough structure that we do not need to expand
it to explicitly include a with. Try/catch is still handled the same as
before at runtime.
R=ager@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=8224
Patch Set 1 #
Total comments: 3
Messages
Total messages: 2 (0 generated)
|