v8/test
vitalyr@chromium.org bd06358b93 Optimized calling of C++ builtins (and HandleApiCall
in particular).

  * Called function is passed on the stack instead of
    using a static variable.

  * Builtins that don't need the called function don't
    get it.

  * Made is_construct statically known to HandleApiCall
    by setting custom construct stub for API functions.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3613 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-01-15 12:25:24 +00:00
..
cctest Optimized calling of C++ builtins (and HandleApiCall 2010-01-15 12:25:24 +00:00
es5conform Enabled es5conform tests for new array methods and corrected errors that was discovered by enabling these. 2010-01-13 12:10:57 +00:00
message X64: Implement debugger hooks. 2009-08-19 10:18:30 +00:00
mjsunit Fix the tests that change because of change to toISOString format. 2010-01-14 09:05:52 +00:00
mozilla Sort tests to increase predictability of mozilla test runs 2009-11-04 16:55:24 +00:00
sputnik Updated sputnik test expectations to match changes in tests. 2009-11-12 13:01:03 +00:00