Add a script that can generate simple test cases for user-exposed JS builtins
authorjkummerow@chromium.org <jkummerow@chromium.org>
Thu, 11 Sep 2014 09:58:58 +0000 (09:58 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org>
Thu, 11 Sep 2014 09:58:58 +0000 (09:58 +0000)
commitbf7b4c12c33e810b2bef2f49b1a45db30656f99a
tree2ab7a3806537c6be92d9daca987585f1972539e1
parent503eb3cd038cc1345cd07ac35a119a7d351d7c5a
Add a script that can generate simple test cases for user-exposed JS builtins

(we won't check in any such tests; they can be generated on the fly when needed)

R=mbarbella@chromium.org

Review URL: https://codereview.chromium.org/554683002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23862 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/detect-builtins.js [new file with mode: 0644]
tools/generate-builtins-tests.py [new file with mode: 0755]