v8/test
sgjesse@chromium.org b3dd6b686a Refactored the recording of source position in the generated code. The code generator now has two methods
void CodeForStatement(Node* node)
  void CodeForSourcePosition(int pos)

The first is used to indicate that code is about to be generated for the given statement and the second is used to indicate that code is about to be generated for the given source position.

Added position information for some statements which was missing whem.

Updated the code generator for ARM to emit source position the same way as for IA-32.

Added an assert to ensure that deferred code stubs will always have a source source position as if it has not it will take whatever source position before which makes no sense.

The passing test on ARM has only been tested using the simulator.
Review URL: http://codereview.chromium.org/14170

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@985 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-12-17 08:45:42 +00:00
..
cctest Removed rep-cmps{w,b} from CheckCharacters to improve performance. 2008-12-16 14:21:00 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Refactored the recording of source position in the generated code. The code generator now has two methods 2008-12-17 08:45:42 +00:00
mozilla Two tests in the Mozilla test suite pass due to a bug in the framework (compares numbers to NaN with !=). 2008-12-03 12:44:13 +00:00