pjs/js
nboyd%atg.com eaa463a968 Store StopIteration in the global scope in a way that cannot be affected by
JavaScript. Rhino's behavior now matches SpiderMonkey for the following:
js> delete StopIteration
true
js> function f() { yield 3; }
js> g = f()
[object Generator]
js> g.next();
3
js> try { g.next() } catch (e) { exn = e; }
[object StopIteration]
2007-11-02 13:41:39 +00:00
..
benchmarks Added push benchmark from Gabriel Sjoberg <gabrielsjoberg@gmail.com>. 2007-06-27 00:11:11 +00:00
docs
jsd 332241 Resurrect jsdb 2007-10-19 07:40:57 +00:00
jsdj
jsj
narcissus Fix conditional expressions (401405, r=mrbkap). 2007-10-30 02:35:02 +00:00
perf
ref
rhino Store StopIteration in the global scope in a way that cannot be affected by 2007-11-02 13:41:39 +00:00
src Bug 401806 - "support building with dtrace enabled on Mac OS X" [p=Ryan r=luser aM9=schrep] 2007-11-02 06:36:50 +00:00
tests Sisyphus|JavaScript Tests - remove need to parallel dir structure of tests into results, bug 399888, r=rcampbell, not part of the build 2007-10-31 21:04:03 +00:00
.cvsignore
landbranch.pl
makefile.win