v8/test
ager@chromium.org 85f5afb717 Correctly mark functions from our natives files during compilation.
When creating a CompilationInfo we always have the script and can
determine if it is a natives script.

Now that all natives functions are recognized as such, many of them
are called with undefined as the receiver. We have to use different
filtering for builtins functions when printing stack traces.

Also, fixed one call of CALL_NON_FUNCTION to be correctly marked as a
method call (with fixed receiver). Now that CALL_NON_FUNCTION is
marked as a native function this caused the receiver to be undefined.

R=svenpanne@chromium.org
BUG=
TEST=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8680 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-07-19 08:19:31 +00:00
..
benchmarks Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
cctest Add GetPropertyAttribute method for Object in the API 2011-07-18 17:44:57 +00:00
es5conform Reapply 7763, including arm and x64 variants. 2011-05-05 05:21:30 +00:00
message Add source position recording for variable loads 2011-07-11 15:20:17 +00:00
mjsunit Correctly mark functions from our natives files during compilation. 2011-07-19 08:19:31 +00:00
mozilla Updated test expectations of future reserved keyword tests. 2011-06-24 16:54:47 +00:00
preparser Revert "Make GYP build usable for day-to-day work" 2011-07-18 16:39:41 +00:00
sputnik Do not pass the global object as the receiver to strict-mode and 2011-06-30 12:29:19 +00:00
test262 Fixed bug in array filter and reduce functions. 2011-07-15 11:07:18 +00:00