Status: New
Owner: ----

New issue 2385 by [email protected]: --js_arguments doesn't work again?
http://code.google.com/p/v8/issues/detail?id=2385

$ d8 --version
Warning: unknown flag --version.
Try --help for options
V8 version 3.14.6 (candidate) [console: dumb]
d8> ^D

$ d8 ./abc.js -- 123
./abc.js:1: ReferenceError: arguments is not defined
var args = arguments;
           ^
ReferenceError: arguments is not defined
    at ./abc.js:1:12


$ cat abc.js
var args = arguments;

throw(args);

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

Reply via email to