Reviewers: Rico,

Description:
Reintroduce duplicate identifier detection in preparser.

Duplicate identifier detection must be an early syntax error in strict code,
so errors in otherwise lazily compiled functions must be caught in the
preparser.

Originally introduced in r8541 and reverted in r8542.
Now really compiles on Windows.


Please review this at http://codereview.chromium.org/7782023/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/SConscript
  M src/bignum-dtoa.cc
  M src/conversions.h
  M src/conversions.cc
  M src/dtoa.cc
  M src/fast-dtoa.cc
  M src/fixed-dtoa.cc
  M src/platform-win32.cc
  M src/platform.h
  M src/preparser-api.cc
  M src/preparser.h
  M src/preparser.cc
  M src/scanner-base.h
  M src/utils.h
  A src/win32-math.h
  A src/win32-math.cc
  A test/preparser/duplicate-parameter.pyt
  A test/preparser/duplicate-property.pyt
  M test/preparser/testcfg.py


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to