Limit the number of local variables in a function
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 May 2011 08:27:52 +0000 (08:27 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 May 2011 08:27:52 +0000 (08:27 +0000)
commit230a56abda91307155b32179ed52825962174352
tree51a978e25a2d8bb7e41ad4c80430efd0b8d590aa
parentc5ff1f2155281ff4e54e312383a849b7d064cfcc
Limit the number of local variables in a function

Review URL: http://codereview.chromium.org//7003030

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7892 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/messages.js
src/parser.cc
src/parser.h
src/scopes.cc
src/scopes.h
test/mjsunit/limit-locals.js [new file with mode: 0644]