Updates:
Status: PendingFurtherInfo
Comment #1 on issue 2385 by [email protected]: --js_arguments doesn't
work again?
http://code.google.com/p/v8/issues/detail?id=2385
Seems to work fine for me.
$ out/ia32.release/d8
V8 version 3.15.0 (candidate) [console: dumb]
d8> ^C
$ cat abc.js
var args = arguments;
throw(args);
$ out/ia32.release/d8
V8 version 3.15.0 (candidate) [console: dumb]
d8> quit();
$ out/ia32.release/d8 abc.js -- 123
abc.js:2: 123
throw(args);
^
There has been no changes to d8 between 3.14.6 and 3.15.0.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev