Status: New
Owner: ----
New issue 2119 by
alexandr...@gmail.com: error in strict mode with
--nouse_ic
http://code.google.com/p/v8/issues/detail?id=2119
The attached code shows different behaviors when run with and without the
--use_ic option.
Steps (tested on IA32 and ARM):
$ scons d8 -j8
$ ./d8 test/local/strict.js
caught exception
$ ./d8 test/local/strict.js --nouse_ic
Attachments:
strict.js 127 bytes