Restrict application of eval so it can only be used in the context of the global...
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 14 Nov 2008 13:14:49 +0000 (13:14 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 14 Nov 2008 13:14:49 +0000 (13:14 +0000)
commit2173d2145869896e8cbb154e74cca2854ae9d8a5
tree340977de50a8d867a8b72b3e176f93f55642a50e
parent1555d130ad9099db6cee0c7679f0d5edcd094cfe
Restrict application of eval so it can only be used in the context of the global object. For compatibility.
Review URL: http://codereview.chromium.org/10748

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@757 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/v8natives.js
test/cctest/test-api.cc