зеркало из https://github.com/mozilla/pjs.git
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] |
||
---|---|---|
.. | ||
benchmarks | ||
docs | ||
jsd | ||
jsdj | ||
jsj | ||
narcissus | ||
perf | ||
ref | ||
rhino | ||
src | ||
tests | ||
.cvsignore | ||
landbranch.pl | ||
makefile.win |